spdlog
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Catch::StringMaker< T, typename > Struct Template Reference

Detailed Description

template<typename T, typename = void>
struct Catch::StringMaker< T, typename >

Definition at line 1478 of file catch.hpp.

#include <catch.hpp>

Static Public Member Functions

template<typename Fake = T>
static std::enable_if<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type convert (const Fake &value)
 
template<typename Fake = T>
static std::enable_if<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type convert (const Fake &value)
 

Member Function Documentation

◆ convert() [1/2]

template<typename T , typename = void>
template<typename Fake = T>
static std::enable_if<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type Catch::StringMaker< T, typename >::convert ( const Fake &  value)
inlinestatic

Definition at line 1482 of file catch.hpp.

◆ convert() [2/2]

template<typename T , typename = void>
template<typename Fake = T>
static std::enable_if<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type Catch::StringMaker< T, typename >::convert ( const Fake &  value)
inlinestatic

Definition at line 1493 of file catch.hpp.


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