Static Public Member Functions | List of all members
Catch::StringMaker< T, typename > Struct Template Reference

#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)
 

Detailed Description

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

Definition at line 926 of file catch.hpp.

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

Definition at line 930 of file catch.hpp.

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 941 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26