Public Member Functions | Private Attributes | List of all members
Catch::Matchers::Floating::WithinRelMatcher Struct Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Floating::WithinRelMatcher:
Inheritance graph
[legend]

Public Member Functions

std::string describe () const override
 
bool match (double const &matchee) const override
 
 WithinRelMatcher (double target, double epsilon)
 

Private Attributes

double m_epsilon
 
double m_target
 

Detailed Description

Definition at line 3451 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Matchers::Floating::WithinRelMatcher::WithinRelMatcher ( double  target,
double  epsilon 
)

Member Function Documentation

std::string Catch::Matchers::Floating::WithinRelMatcher::describe ( ) const
override
bool Catch::Matchers::Floating::WithinRelMatcher::match ( double const &  matchee) const
override

Member Data Documentation

double Catch::Matchers::Floating::WithinRelMatcher::m_epsilon
private

Definition at line 3457 of file catch.hpp.

double Catch::Matchers::Floating::WithinRelMatcher::m_target
private

Definition at line 3456 of file catch.hpp.


The documentation for this struct was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:36