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

#include <catch_tostring.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1404 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

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

Definition at line 174 of file catch_tostring.cpp.

174 {
175 return ::Catch::Detail::stringify(static_cast<long long>(value));
176}
#define value
Definition pkcs11.h:157

◆ convert() [2/2]

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

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