QtRocket
 
Loading...
Searching...
No Matches
Catch::StringMaker< double > Struct Reference

#include <catch_amalgamated.hpp>

Static Public Member Functions

static std::string convert (double value)
 
static std::enable_if_t<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > convert (const Fake &value)
 
static std::enable_if_t<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > convert (const Fake &value)
 

Static Public Attributes

static CATCH_EXPORT int precision
 

Member Function Documentation

◆ convert() [1/3]

static std::enable_if_t<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > Catch::StringMaker< double, typename >::convert ( const Fake & value)
inlinestatic

◆ convert() [2/3]

static std::enable_if_t<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > Catch::StringMaker< double, typename >::convert ( const Fake & value)
inlinestatic

◆ convert() [3/3]

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

Member Data Documentation

◆ precision

CATCH_EXPORT int Catch::StringMaker< double >::precision
static

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