ATLAS Offline Software
Loading...
Searching...
No Matches
CxxUtils::InputRangeOverT Concept Reference

Concept for an input range over a given type. More...

#include <ranges.h>

Concept definition

template<class RANGE, class T>
std::ranges::input_range<RANGE> &&
std::convertible_to<std::ranges::range_value_t<RANGE>, T>
Concept for an input range over a given type.
Definition ranges.h:27

Detailed Description

Concept for an input range over a given type.

Definition at line 27 of file ranges.h.