C++ Actor Framework 1.0.0
|
Represents "nothing", e.g., for clearing an optional
by assigning none
.
More...
#include <none.hpp>
Public Member Functions | |
constexpr | operator bool () const |
Static Public Member Functions | |
static constexpr int | compare (none_t) |
Related Symbols | |
(Note that these are not member symbols.) | |
std::string | to_string (const none_t &) |
Represents "nothing", e.g., for clearing an optional
by assigning none
.