ATLAS Offline Software
Loading...
Searching...
No Matches
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

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)

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.