Searched defs:minmax (Results 1 – 3 of 3) sorted by relevance
30 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) in minmax() function40 minmax(const _Tp& __a, const _Tp& __b) in minmax() function49 pair<_Tp, _Tp> minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function60 minmax(initializer_list<_Tp> __t) in minmax() function
30 template <typename _Tp> pair<_Tp, _Tp> minmax(initializer_list<_Tp> __l) {}; in minmax() function
74 const char *minmax; in verify_point() local