Public Member Functions | |
OptionalHolder () | |
bool | member_initialized () const |
OptionalHolder () | |
bool | member_initialized () const |
Public Attributes | |
OptionalImpl< T > | member = T{} |
Definition at line 78 of file test_stl.cpp.
|
inline |
Definition at line 80 of file test_stl.cpp.
|
inline |
Definition at line 81 of file test_stl.cpp.
|
inline |
Definition at line 81 of file test_stl.cpp.
References OptionalHolder< OptionalImpl, T >::member.
|
inline |
Definition at line 82 of file test_stl.cpp.
References OptionalHolder< OptionalImpl, T >::member.
OptionalImpl< T > OptionalHolder< OptionalImpl, T >::member = T{} |
Definition at line 82 of file test_stl.cpp.
Referenced by OptionalHolder< OptionalImpl, T >::member_initialized().