E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::match_option Concept Reference

Checks if the type associated to a given Keyword in an Option pack is equal to Type.

#include <eve/concept/options.hpp>

Concept definition

template<auto Keyword, typename Opts, typename Type>
concept eve::match_option = std::same_as<Type, rbr::result::fetch_t<Keyword,Opts>>
Checks if the type associated to a given Keyword in an Option pack is equal to Type.
Definition options.hpp:28