#include <Helpers.hpp>
Public Member Functions | |
template<typename... Matchers_> requires std::conjunction_v<std::is_same<std::remove_cvref_t<Matchers_>, Matchers>...> | |
ContainsInOrderMatcher (Matchers_ &&... matchers_) | |
template<typename IterableType> | |
bool | MatchAndExplain (const IterableType &arg, ::testing::MatchResultListener *const listener) const |
void | DescribeTo (std::ostream *out) const |
void | DescribeNegationTo (std::ostream *out) const |
Definition at line 71 of file Helpers.hpp.
|
inlineexplicit |
Definition at line 75 of file Helpers.hpp.
|
inline |
Definition at line 94 of file Helpers.hpp.
|
inline |
Definition at line 88 of file Helpers.hpp.
|
inline |
Definition at line 79 of file Helpers.hpp.