C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::net::dsl::arg::val< T > Class Template Reference

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
 
valoperator= (val &&)=default
 
valoperator= (const val &)=default
 
const T & get () const noexcept
 
 operator bool () const noexcept
 
bool operator! () const noexcept
 

Detailed Description

template<class T>
class caf::net::dsl::arg::val< T >

Represents a value of type T or null.


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