ATLAS Offline Software
Namespaces | Functions | Variables
ranges.h File Reference

C++20 range helpers. More...

#include <ranges>
Include dependency graph for ranges.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

C++20 range helpers.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Apr, 2024 Provides a C++23-like to() function for converting a range to a container.

Definition in file ranges.h.