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