Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::Constructible Struct Reference
+ Inheritance diagram for ranges::v3::concepts::Constructible:

Public Member Functions

template<typename T , typename... Args>
auto requires_ () -> decltype(concepts::valid_expr(concepts::is_true(std::is_constructible< T, Args... >
 
- Public Member Functions inherited from ranges::v3::concepts::refines< Destructible(_1)>
void requires_ ()
 

Additional Inherited Members

- Public Types inherited from ranges::v3::concepts::refines< Destructible(_1)>
using base_concepts_t = meta::list< Concepts... >