template<typename T>
struct MyOpt< T >
Definition at line 31 of file test_aliases.cpp.
◆ MyOpt() [1/2]
◆ MyOpt() [2/2]
◆ has_value()
template<typename T >
constexpr bool MyOpt< T >::has_value |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator bool()
template<typename T >
constexpr MyOpt< T >::operator bool |
( |
| ) |
const |
|
inlineexplicitconstexpr |
◆ operator*()
template<typename T >
constexpr const T& MyOpt< T >::operator* |
( |
| ) |
const |
|
inlineconstexpr |
◆ value()
template<typename T >
constexpr const T& MyOpt< T >::value |
( |
| ) |
const |
|
inlineconstexpr |
◆ mHasValue
template<typename T >
bool MyOpt< T >::mHasValue |
|
private |
◆ val
The documentation for this struct was generated from the following file: