class
MKLGammaMethodMKLGammaMethod options: outsource searches to base templated on enum type.
Contents
Base classes
-
template<typename Enum>class tk::Toggle
- Toggle is the base for an Option, doing generic searches.
Public types
- using keywords = brigand::list<kw::gnorm, kw::gnorm_accurate>
- Valid expected choices to make them also available at compile-time.
Constructors, destructors, conversion operators
- MKLGammaMethod() explicit
- Options constructor.
Public functions
- auto param(MKLGammaMethodType m) const -> const ParamType&
- Return parameter based on Enum.
Function documentation
tk:: ctr:: MKLGammaMethod:: MKLGammaMethod() explicit
Options constructor.
Simply initialize in-line and pass associations to base, which will handle client interactions
const ParamType& tk:: ctr:: MKLGammaMethod:: param(MKLGammaMethodType m) const
Return parameter based on Enum.
Parameters | |
---|---|
m in | Enum value of the option requested |
Returns | Library-specific parameter of the option |
Here 'parameter' is the library-specific identifier of the option, i.e., as the library identifies the given option