The implementation class that can be used to determine whether a given type T has a global std::ostream& operator<<(std::ostream&,T const&) defined for it.
More...
#include <zorba/internal/ztd.h>

Static Public Attributes | |
| static bool const | value |
This is true only when the type T has a global operator<<() declared for it. | |
The implementation class that can be used to determine whether a given type T has a global std::ostream& operator<<(std::ostream&,T const&) defined for it.
However, do not use this class directly.
| T | The type to check. |
bool const zorba::internal::ztd::has_insertion_operator_impl::has_insertion_operator< T >::value [static] |
This is true only when the type T has a global operator<<() declared for it.