API
Catch::StringMaker< R, typename std::enable_if< is_range< R >::value &&!::Catch::Detail::IsStreamInsertable< R >::value >::type > Struct Template Reference

#include <catch.hpp>

Collaboration diagram for Catch::StringMaker< R, typename std::enable_if< is_range< R >::value &&!::Catch::Detail::IsStreamInsertable< R >::value >::type >:
Collaboration graph

Static Public Member Functions

static std::string convert (R const &range)
 

Detailed Description

template<typename R>
struct Catch::StringMaker< R, typename std::enable_if< is_range< R >::value &&!::Catch::Detail::IsStreamInsertable< R >::value >::type >

Definition at line 2040 of file catch.hpp.

Member Function Documentation

◆ convert()

template<typename R >
static std::string Catch::StringMaker< R, typename std::enable_if< is_range< R >::value &&!::Catch::Detail::IsStreamInsertable< R >::value >::type >::convert ( R const &  range)
inlinestatic

Definition at line 2041 of file catch.hpp.


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