Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_matchers_generic.hpp File Reference
#include "catch_common.h"
#include "catch_matchers.h"
#include <functional>
#include <string>
Include dependency graph for catch_matchers_generic.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Catch::Matchers::Generic::PredicateMatcher< T >
 

Namespaces

namespace  Catch
 
namespace  Catch::Matchers
 
namespace  Catch::Matchers::Generic
 
namespace  Catch::Matchers::Generic::Detail
 

Functions

std::string Catch::Matchers::Generic::Detail::finalizeDescription (const std::string &desc)
 
template<typename T >
Generic::PredicateMatcher< TCatch::Matchers::Predicate (std::function< bool(T const &)> const &predicate, std::string const &description="")