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

#include <catch_tostring.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1452 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

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

Definition at line 237 of file catch_tostring.cpp.

237 {
238 return fpToString(value, 5) + 'f';
239}
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< float >::convert ( float value)
static

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