E.V.E
v2023.02.15
Loading...
Searching...
No Matches

◆ supports_options

template<auto Func, auto... Opt>
bool eve::supports_options = requires{ (Func[Opt], ...); }
inlineconstexpr

Defined in Header

#include <eve/eve.hpp>

This template variable evaluates to true if the callable Func supports all the specified options.

Template Parameters
FuncThe callable function to check
OptThe options to check for support