A checker class that throws a user-provided exception rather than returning false on its functor interface. More...
#include <checks.hpp>
Public Member Functions | |
checker_with_exception (BasicChecker const &c, ExceptionType const &e) | |
template<typename T > | |
bool | operator() (T const &t) const |
A checker class that throws a user-provided exception rather than returning false on its functor interface.
Definition at line 138 of file checks.hpp.
|
inline |
Definition at line 141 of file checks.hpp.
|
inline |
Definition at line 145 of file checks.hpp.