Definition at line 3267 of file catch.hpp.
 
#include <catch.hpp>
◆ WithinUlpsMatcher()
      
        
          | Catch::Matchers::Floating::WithinUlpsMatcher::WithinUlpsMatcher | ( | double | target, | 
        
          |  |  | int | ulps, | 
        
          |  |  | FloatingPointKind | baseType | 
        
          |  | ) |  |  | 
      
 
 
◆ describe()
  
  | 
        
          | std::string Catch::Matchers::Floating::WithinUlpsMatcher::describe | ( |  | ) | const |  | overridevirtual | 
 
 
◆ match() [1/2]
  
  | 
        
          | bool Catch::Matchers::Floating::WithinUlpsMatcher::match | ( | double const & | matchee | ) | const |  | override | 
 
 
◆ match() [2/2]
◆ operator!()
◆ operator&&()
◆ operator||()
◆ toString()
  
  | 
        
          | std::string Catch::Matchers::Impl::MatcherUntypedBase::toString | ( |  | ) | const |  | inherited | 
 
 
◆ m_cachedToString
  
  | 
        
          | std::string Catch::Matchers::Impl::MatcherUntypedBase::m_cachedToString |  | mutableprotectedinherited | 
 
 
◆ m_target
  
  | 
        
          | double Catch::Matchers::Floating::WithinUlpsMatcher::m_target |  | private | 
 
 
◆ m_type
  
  | 
        
          | FloatingPointKind Catch::Matchers::Floating::WithinUlpsMatcher::m_type |  | private | 
 
 
◆ m_ulps
  
  | 
        
          | int Catch::Matchers::Floating::WithinUlpsMatcher::m_ulps |  | private | 
 
 
The documentation for this struct was generated from the following file: