Typedef Catch::Matchers::Detail::is_generic_matcher

Typedef Documentation

template<typename T>
using Catch::Matchers::Detail::is_generic_matcher = std::is_base_of<Catch::Matchers::MatcherGenericBase, std::remove_cv_t<std::remove_reference_t<T>>>