The concept std::assignable_from<LHS, RHS> specifies that an expression of the type and value category specified by RHS can be assigned to an lvalue expression whose type is specified by LHS.
More...
Inheritance diagram for assignable_from:Public Member Functions | |
| t & | operator= (t1 const &rhs) |
| Assignment operator. More... | |
The concept std::assignable_from<LHS, RHS> specifies that an expression of the type and value category specified by RHS can be assigned to an lvalue expression whose type is specified by LHS.