C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
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 Symbols

(Note that these are not member symbols.)

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: