Typedef Catch::Matchers::Detail::are_generic_matchers
Defined in File catch_amalgamated.hpp
Typedef Documentation
-
template<typename ...Ts>
using Catch::Matchers::Detail::are_generic_matchers = Catch::Detail::conjunction<is_generic_matcher<Ts>...>