Ylva And Malin
Public Member Functions
Catch::Matchers::Floating::WithinUlpsMatcher Struct Reference

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Floating::WithinUlpsMatcher:
Inheritance graph
Collaboration diagram for Catch::Matchers::Floating::WithinUlpsMatcher:
Collaboration graph

Public Member Functions

 WithinUlpsMatcher (double target, int ulps, FloatingPointKind baseType)
 
bool match (double const &matchee) const override
 
std::string describe () const override
 

Constructor & Destructor Documentation

Catch::Matchers::Floating::WithinUlpsMatcher::WithinUlpsMatcher ( double  target,
int  ulps,
FloatingPointKind  baseType 
)

Member Function Documentation

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

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