Typedef Catch::Matchers::Detail::is_matcher

Typedef Documentation

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