May 2018
Intermediate to advanced
328 pages
8h 15m
English
Write a function template that can take any number of arguments and returns the minimum value of them all, using operator < for comparison. Write a variant of this function template that can be parameterized with a binary comparison function to use instead of operator <.
Read now
Unlock full access