![]() |
ATLAS Offline Software
|
Add at() methods to a range class. More...
Go to the source code of this file.
Classes | |
| class | CxxUtils::range_with_at< RANGE > |
| Add at() methods to a range class. More... | |
Namespaces | |
| namespace | CxxUtils |
Typedefs | |
| template<std::ranges::input_range SPAN, class XFORM> | |
| using | CxxUtils::transform_view_with_at |
| Helper to add at() methods to a transform_view. | |
Functions | |
| template<class T> | |
| auto | CxxUtils::begin (range_with_at< T > &s) |
| template<class T> | |
| auto | CxxUtils::begin (const range_with_at< T > &s) |
| template<class T> | |
| auto | CxxUtils::end (range_with_at< T > &s) |
| template<class T> | |
| auto | CxxUtils::end (const range_with_at< T > &s) |