VCCC  2024.05
VisualCamp Common C++ library
assignable_from

specifies that a type is assignable from another type More...

Detailed Description

The concept 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.

Classes

struct  assignable_from< LHS, RHS >
 Models std::assignable_from More...