JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
ConstructorsExample Namespace Reference

Enumerations

enum  ConstructorType : int { c_default = 0 , c_move , c_copy }
 

Functions

std::pair< int, int > example (ConstructorType type, int value)
 

Enumeration Type Documentation

◆ ConstructorType

Enumerator
c_default 
c_move  
c_copy  

Function Documentation

◆ example()

std::pair< int, int > ConstructorsExample::example ( ConstructorType type,
int value )
Here is the call graph for this function:
Here is the caller graph for this function: