|
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 const bool | value = decltype(test<S, T>(0))::value |
|
The documentation for this struct was generated from the following file: