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

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


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03