FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::Detail::IsStreamInsertable< T > Class Template Reference

Static Public Attributes

static const bool 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
 

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

Field Documentation

template<typename T >
const bool Catch::Detail::IsStreamInsertable< T >::value
static