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