Function wrapper to set attributes of a struct, type-erasing the type of the attribute.
Definition at line 34 of file params.tpp.
Static Public Member Functions | |
template<class T , class T_actual , class A > | |
static attribute_accessor | make (A T_actual::*attr, std::string_view="") |
Public Attributes | |
std::function< void(const any_ptr &, const ParamString &)> | set |
|
inlinestatic |
std::function<void(const any_ptr &, const ParamString &)> set |
Definition at line 41 of file params.tpp.