Expand description
Set of traits describing C++ move and copy semantics.
They provide the “glue” for CSTL in the form of drop, copy and move function tables.
Traits§
- Base
Type - Trait for sized types.
- Copy
Move Type - Trait for types that can be copied and moved with C++ semantics.
- Copy
Only Type - Trait for types that can be copied and moved with C++ semantics.
- Move
Type - Trait for types that can be moved with C++ semantics.