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