![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Classes | |
| class | bad_optional_access |
| class | nullopt_t |
| class | optional |
Functions | |
| template<class T > | |
| constexpr bool | operator== (optional< T > f, nullopt_t) |
| template<class T > | |
| constexpr bool | operator!= (optional< T > f, nullopt_t n) |
| template<class T > | |
| constexpr bool | operator== (nullopt_t, optional< T > f) |
| template<class T > | |
| constexpr bool | operator!= (nullopt_t n, optional< T > f) |
| template<class T > | |
| constexpr bool | operator== (optional< T > a, optional< T > b) |
| template<class T > | |
| constexpr bool | operator!= (optional< T > a, optional< T > b) |
| template<class T > | |
| constexpr optional< typename std::decay< T >::type > | make_optional (T &&value) |
Variables | |
| constexpr nullopt_t | nullopt |
|
constexpr |
Definition at line 151 of file optional.hpp.
|
constexpr |
Definition at line 136 of file optional.hpp.
|
constexpr |
Definition at line 146 of file optional.hpp.
|
constexpr |
Definition at line 126 of file optional.hpp.
|
constexpr |
Definition at line 131 of file optional.hpp.
|
constexpr |
Definition at line 141 of file optional.hpp.
|
constexpr |
Definition at line 121 of file optional.hpp.
|
constexpr |
Definition at line 23 of file optional.hpp.
1.8.17