Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::Matchers::Floating Namespace Reference

Classes

struct  WithinAbsMatcher
 
struct  WithinUlpsMatcher
 

Enumerations

enum class  FloatingPointKind : uint8_t { Float , Double }
 

Enumeration Type Documentation

◆ FloatingPointKind

Enumerator
Float 
Double 

Definition at line 21 of file catch_matchers_floating.cpp.

21 : uint8_t {
22 Float,
23 Double
24};
unsigned char uint8_t
Definition stdint.h:124