Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::StringMaker< double > Struct Reference

#include <catch_tostring.h>

Static Public Member Functions

static std::string convert (double value)
 
static std::string convert (double value)
 

Detailed Description

Definition at line 1456 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

std::string Catch::StringMaker< double >::convert ( double value)
static

Definition at line 240 of file catch_tostring.cpp.

240 {
241 return fpToString(value, 10);
242}
std::string fpToString(T value, int precision)
#define value
Definition pkcs11.h:157
Here is the call graph for this function:

◆ convert() [2/2]

static std::string Catch::StringMaker< double >::convert ( double value)
static

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