Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

File metadata and controls

6 lines (4 loc) · 244 Bytes

ranges.hpp

ranges.hpp contains a single concept: range. A type models the stdx::range concept if std::begin and std::end are defined for that type.