Template Struct StringMaker

Struct Documentation

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

Public Static Functions

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