Public Member Functions | |
template<typename S , typename I , typename D = WeaklyIncrementable::difference_t<I>> | |
auto | requires_ (S &&s, I &&i) -> decltype( concepts::valid_expr( concepts::is_false( disable_sized_sentinel< uncvref_t< S >, uncvref_t< I >>()), concepts::has_type< D >(s-i), concepts::has_type< D >(i-s) )) |
![]() | |
void | requires_ (Ts &&...) |
Additional Inherited Members | |
![]() | |
using | base_concepts_t = meta::list< Concepts... > |