actor-framework
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:
Inheritance graph
[legend]
Collaboration diagram for caf::none_t:
Collaboration graph
[legend]

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.

Friends And Related Function Documentation

◆ to_string()

std::string to_string ( const none_t )
related

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