Public Member Functions | |
template<typename T , typename UnCvT = meta::_t<std::remove_cv<T>>> | |
auto | requires_ (T &&) -> decltype( concepts::valid_expr( concepts::model_of< Constructible, T, UnCvT const & >(), concepts::model_of< ImplicitlyConvertibleTo, UnCvT const &, T >(), concepts::model_of< Constructible, T, UnCvT & >(), concepts::model_of< ImplicitlyConvertibleTo, UnCvT &, T >(), concepts::model_of< Constructible, T, UnCvT const && >(), concepts::model_of< ImplicitlyConvertibleTo, UnCvT const &&, T >() )) |
![]() | |
void | requires_ (Ts &&...) |
Additional Inherited Members | |
![]() | |
using | base_concepts_t = meta::list< Concepts... > |