AlgoPlus v0.1.0
Loading...
Searching...
No Matches
detail::is_range< T > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename T>
bool detail::is_range< T >::value
staticconstexpr
Initial value:
= !std::is_same<iterator, nonesuch>::value &&
!std::is_same<sentinel, nonesuch>::value && is_iterator_begin

The documentation for this struct was generated from the following file: