Checks if the type associated to a given Keyword in an Option pack is equal to Type.
#include <eve/concept/options.hpp>
template<auto Keyword, typename Opts,typename Type>
concept 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