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

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

#include <eve/traits/overload/supports.hpp>

Detailed Description

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

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.