Enumeration of copy/move state bit flags for test types.
Synopsis
Declared in <bsltf_copymovestate.h>
enum Enum;
Members
Name |
Description |
|
Object holds an original value. |
|
Object was copy‐constructed or assigned into. |
|
Copied from a const source. |
|
Copied from a non‐const source. |
|
Object was move‐constructed or assigned into. |
|
Object was used as the source of a move. |
|
Copy/move state is not tracked for this type. |
|
Largest defined enumerator value. |
Non-Member Functions
Name |
Description |
|
Return the state of the specified |
|
Return the copy/move state of the specified |
|
Return the copy/move state of the specified |
|
Return |
|
Print the specified |
|
Return |
|
Return |
|
Return |
Created with MrDocs