![]() |
JustCpp
Repo wih C++ stuff
|
Enumerations | |
enum | ConstructorType : int { c_default = 0 , c_move , c_copy } |
Functions | |
std::pair< int, int > | example (ConstructorType type, int value) |
enum ConstructorsExample::ConstructorType : int |
std::pair< int, int > ConstructorsExample::example | ( | ConstructorType | type, |
int | value ) |