Ylva And Malin
Static Public Member Functions
Catch::StringMaker< T, typename > Struct Template Reference

#include <catch.hpp>

Collaboration diagram for Catch::StringMaker< T, typename >:
Collaboration graph

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:


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