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

Public Member Functions

template<typename T >
auto requires_ (T &&) -> decltype(concepts::valid_expr(concepts::is_true(std::is_copy_assignable< T >
 
- Public Member Functions inherited from ranges::v3::concepts::refines< MoveAssignable >
void requires_ (Ts &&...)
 

Additional Inherited Members

- Public Types inherited from ranges::v3::concepts::refines< MoveAssignable >
using base_concepts_t = meta::list< Concepts...>