Checks if a type is copy constructible. More...
Inherits is_copy_constructible< Bare< T > >.
A Unary concept to check if a type is copy constructible.
This means that the following code must be valid:
Definition at line 110 of file basic.hpp.