ATLAS Offline Software
|
C++20 range helpers. More...
#include <ranges>
Go to the source code of this file.
Namespaces | |
CxxUtils | |
Functions | |
template<class CONT , class RANGE > | |
CONT | CxxUtils::to (RANGE &&r) |
Variables | |
template<class RANGE , class T > | |
concept | CxxUtils::InputRangeOverT |
Concept for an input range over a given type. More... | |