Home
last modified time | relevance | path

Searched defs:WithinAbsMatcher (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3381 struct WithinAbsMatcher : MatcherBase<double> { struct
3386 double m_target;
3387 double m_margin;
11414 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher