tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename ForwardIt> | |
constexpr auto | minmax_element (ForwardIt first, ForwardIt last) -> pair< ForwardIt, ForwardIt > |
Finds the smallest and greatest element in the range [first, last) . | |
template<typename ForwardIt, typename Compare> | |
constexpr auto | minmax_element (ForwardIt first, ForwardIt last, Compare comp) -> pair< ForwardIt, ForwardIt > |
Finds the smallest and greatest element in the range [first, last) . | |