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
 

Member Data Documentation

◆ value

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

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