My Project
Static Public Member Functions | Static Public Attributes | List of all members
is_streamable< S, T > Struct Template Reference

Static Public Member Functions

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

Static Public Attributes

static const bool value = decltype(test<S, T>(0))::value
 

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