|
| X ()=default |
|
| X (int value) |
|
| X (int value, std::shared_ptr< X >) |
|
Definition at line 20 of file CallableTest.cpp.
◆ X() [1/3]
anonymous_namespace{CallableTest.cpp}::X::X |
( |
| ) |
|
|
default |
◆ X() [2/3]
anonymous_namespace{CallableTest.cpp}::X::X |
( |
int |
value | ) |
|
|
inlineexplicit |
◆ X() [3/3]
anonymous_namespace{CallableTest.cpp}::X::X |
( |
int |
value, |
|
|
std::shared_ptr< X > |
|
|
) |
| |
|
inlineexplicit |
◆ member
int anonymous_namespace{CallableTest.cpp}::X::member { 0 } |
The documentation for this struct was generated from the following file: