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

#include <catch_tostring.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1408 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

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

Definition at line 177 of file catch_tostring.cpp.

177 {
178 return ::Catch::Detail::stringify(static_cast<long long>(value));
179}
#define value
Definition pkcs11.h:157

◆ convert() [2/2]

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

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