Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::StringMaker< T, typename > Struct Template Reference

#include <catch.hpp>

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

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

References Catch::ReusableStringStream::str().

+ Here is the call graph for this function:

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


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