Static Public Attributes | Static Private Member Functions | List of all members
Catch::Detail::IsStreamInsertable< T > Class Template Reference

#include <catch.hpp>

Static Public Attributes

static const bool value = decltype(test<std::ostream, const T&>(0))::value
 

Static Private Member Functions

template<typename SS , typename TT >
static auto test (int) -> decltype(std::declval< SS & >()<< std::declval< TT >(), std::true_type())
 
template<typename , typename >
static auto test (...) -> std::false_type
 

Detailed Description

template<typename T>
class Catch::Detail::IsStreamInsertable< T >

Definition at line 875 of file catch.hpp.

Member Function Documentation

template<typename T >
template<typename SS , typename TT >
static auto Catch::Detail::IsStreamInsertable< T >::test ( int  ) -> decltype(std::declval< SS & >()<< std::declval< TT >(), std::true_type())
staticprivate
template<typename T >
template<typename , typename >
static auto Catch::Detail::IsStreamInsertable< T >::test (   ...) -> std::false_type
staticprivate

Member Data Documentation

template<typename T >
const bool Catch::Detail::IsStreamInsertable< T >::value = decltype(test<std::ostream, const T&>(0))::value
static

Definition at line 884 of file catch.hpp.


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


catch_ros
Author(s): Max Schwarz
autogenerated on Thu Jan 14 2021 03:32:26