#include <is-streamable.hpp>
Static Public Member Functions | |
template<typename C > | |
static std::true_type | test (decltype(stream<< (*(static_cast< C * >(nullptr))))) |
template<typename C > | |
static std::false_type | test (...) |
Static Public Attributes | |
static std::ostream | stream |
static constexpr bool | value = std::is_same<decltype(test<T>(stream)), std::true_type>::value |
|
static |
|
static |
|
static |
|
static |