C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Related Functions | List of all members
caf::none_t Struct Reference

Represents "nothing", e.g., for clearing an optional by assigning none. More...

#include <none.hpp>

Inheritance diagram for caf::none_t:
caf::detail::comparable< none_t >

Public Member Functions

constexpr operator bool () const
 

Static Public Member Functions

static constexpr int compare (none_t)
 

Related Functions

(Note that these are not member functions.)

std::string to_string (const none_t &)
 

Detailed Description

Represents "nothing", e.g., for clearing an optional by assigning none.


The documentation for this struct was generated from the following file: