max - C++ Reference - cplusplus.com - The C++ Resources Network
default (1) template const T& max (const T& a, const T& b); custom (2) template const T& max (const T& a, const T& b, Compare comp); initializer list (3) template T max (initializer_list il); template...