C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Attributes | Related Functions | List of all members
caf::defaults::parameter< T > Struct Template Reference

Stores the name of a parameter along with the fallback value. More...

#include <defaults.hpp>

Public Attributes

std::string_view name
 
fallback
 

Related Functions

(Note that these are not member functions.)

template<class T >
constexpr parameter< T > make_parameter (std::string_view name, T fallback)
 

Detailed Description

template<class T>
struct caf::defaults::parameter< T >

Stores the name of a parameter along with the fallback value.


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