QtRocket
 
Loading...
Searching...
No Matches
Catch::StringMaker< T, typename > Struct Template Reference

#include <catch_amalgamated.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ convert() [1/2]

template<typename T, typename = void>
template<typename Fake = T>
static std::enable_if_t<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > Catch::StringMaker< T, typename >::convert ( const Fake & value)
inlinestatic
Here is the call graph for this function:

◆ convert() [2/2]

template<typename T, typename = void>
template<typename Fake = T>
static std::enable_if_t<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > 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: