|
C++ Actor Framework 0.19
|
Stores the name of a parameter along with the fallback value. More...
#include <defaults.hpp>
Public Attributes | |
| std::string_view | name |
| T | fallback |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<class T > | |
| constexpr parameter< T > | make_parameter (std::string_view name, T fallback) |
Stores the name of a parameter along with the fallback value.