Public Member Functions | |
template<typename I , typename V = common_reference_t<I>> | |
auto | requires_ (I &&i) -> decltype( concepts::valid_expr( concepts::model_of< DerivedFrom, category_t< I >, ranges::random_access_iterator_tag >(), concepts::has_type< I >(i+(i-i)), concepts::has_type< I >((i-i)+i), concepts::has_type< I >(i-(i-i)), concepts::has_type< I & >(i+=(i-i)), concepts::has_type< I & >(i-=(i-i)), concepts::convertible_to< V >(i[i-i]) )) |
![]() | |
void | requires_ (Ts &&...) |
Additional Inherited Members | |
![]() | |
using | base_concepts_t = meta::list< Concepts... > |