![]() |
ATLAS Offline Software
|
Return the minimum or maximum element from a transformed range. More...
#include <ranges>
#include <utility>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
CxxUtils | |
Functions | |
template<class RANGE , class FUNC > | |
auto | CxxUtils::min_transformed_element (RANGE &&r, FUNC &&f) |
Find the minimum transformed element in a range. More... | |
template<class RANGE , class FUNC > | |
auto | CxxUtils::max_transformed_element (RANGE &&r, FUNC &&f) |
Find the maximum transformed element in a range. More... | |
Return the minimum or maximum element from a transformed range.
Definition in file minmax_transformed_element.h.