![]() |
ATLAS Offline Software
|
C++20 range helpers. More...
#include <ranges>Go to the source code of this file.
Namespaces | |
| namespace | CxxUtils |
Concepts | |
| concept | CxxUtils::InputRangeOverT |
| Concept for an input range over a given type. | |
Functions | |
| template<class CONT, class RANGE> | |
| CONT | CxxUtils::to (RANGE &&r) |
C++20 range helpers.
Provides a C++23-like to() function for converting a range to a container.
Definition in file ranges.h.