View concepts below.
Public Member Functions | |
template<typename T > | |
auto | requires_ (T &&) -> decltype( concepts::valid_expr( concepts::model_of< SemiRegular, uncvref_t< T >>(), concepts::is_true(is_view< T >()) )) |
![]() | |
void | requires_ (Ts &&...) |
Additional Inherited Members | |
![]() | |
using | base_concepts_t = meta::list< Concepts... > |