QtRocket
 
Loading...
Searching...
No Matches
Catch::StringMaker< T[SZ]> Struct Template Reference

#include <catch_amalgamated.hpp>

Static Public Member Functions

static std::string convert (T const(&arr)[SZ])
 
static std::enable_if_t<::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > convert (const Fake &value)
 
static std::enable_if_t<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > convert (const Fake &value)
 

Member Function Documentation

◆ convert() [1/3]

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

◆ convert() [2/3]

static std::enable_if_t<!::Catch::Detail::IsStreamInsertable< Fake >::value, std::string > Catch::StringMaker< T, typename >::convert ( const Fake & value)
inlinestatic

◆ convert() [3/3]

template<typename T, size_t SZ>
static std::string Catch::StringMaker< T[SZ]>::convert ( T const(&) arr[SZ])
inlinestatic
Here is the call graph for this function:

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