reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/stl_algo.h
 3344 	  __max = __first;
 3349 	  __max = __next;
 3362 	      else if (!__comp(__first, __max))
 3363 		__max = __first;
 3371 	      if (!__comp(__first, __max))
 3372 		__max = __first;
 3378 	      if (!__comp(__next, __max))
 3379 		__max = __next;
 3386       return std::make_pair(__min, __max);