CopyConstructible
C++ concepts: CopyConstructible
Specifies that an instance of the type can be copy-constructed from an lvalue expression.
Requirements
The type T
satisfies CopyConstructible
if.
- The type
T
satisfiesMoveConstructible
, and
Given.
-
v
, an lvalue expression of typeT
orconst T
or an rvalue expression of typeconst T
-
u
, an arbitrary identifier
The foll