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< char[SZ]> Struct Template Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::StringMaker< char[SZ]>:

Static Public Member Functions

static std::string convert (char const *str)
 
static std::enable_if<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type convert (const Fake &value)
 
static std::enable_if<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type convert (const Fake &value)
 

Detailed Description

template<int SZ>
struct Catch::StringMaker< char[SZ]>

Definition at line 1711 of file catch.hpp.

Member Function Documentation

◆ convert() [1/3]

template<int SZ>
static std::string Catch::StringMaker< char[SZ]>::convert ( char const * str)
inlinestatic

Definition at line 1712 of file catch.hpp.

◆ convert() [2/3]

static std::enable_if<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type Catch::StringMaker< char, typename >::convert ( const Fake & value)
inlinestatic

Definition at line 1619 of file catch.hpp.

◆ convert() [3/3]

static std::enable_if<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string >::type Catch::StringMaker< char, 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: