ATLAS Offline Software
Classes | Namespaces | Functions
range_with_conv.h File Reference

Add to a range class conversions to containers. More...

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

Go to the source code of this file.

Classes

class  CxxUtils::range_with_conv< RANGE >
 Add to a range class conversions to containers. More...
 

Namespaces

 CxxUtils
 

Functions

template<class T >
auto CxxUtils::begin (range_with_conv< T > &s)
 
template<class T >
auto CxxUtils::begin (const range_with_conv< T > &s)
 
template<class T >
auto CxxUtils::end (range_with_conv< T > &s)
 
template<class T >
auto CxxUtils::end (const range_with_conv< T > &s)
 

Detailed Description

Add to a range class conversions to containers.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Jun, 2024

Definition in file range_with_conv.h.