Template Struct is_range

Struct Documentation

template<typename T>
struct is_range

Public Static Attributes

static constexpr bool value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin