C++ Actor Framework 1.0.0
|
Represents a value of type T or null
.
More...
#include <arg.hpp>
Public Member Functions | |
val (T value) | |
val (std::optional< T > value) | |
val (caf::expected< T > value) | |
val (val &&)=default | |
val (const val &)=default | |
val & | operator= (val &&)=default |
val & | operator= (const val &)=default |
const T & | get () const noexcept |
operator bool () const noexcept | |
bool | operator! () const noexcept |
Represents a value of type T or null
.