E.V.E
v2023.02.15
Loading...
Searching...
No Matches
eve::options< Settings > Struct Template Reference

Detailed Description

template<rbr::concepts::settings Settings = rbr::settings<>>
struct eve::options< Settings >

Wrapper class around bundle of options passed to eve::callable.

Defined in Header

#include <eve/module/core.hpp>

eve::callable can be decorated with options. eve::options is used internally to gather all those options in a RABERU \1 settings instance for further processing.

Template Parameters
SettingsRABERU \1 settings type to wrap.