Support Class Library
A set of tools providing classes and utility
Classes | Namespaces | Functions
defines_ostream_operator.h File Reference
#include <type_traits>
#include <iostream>
#include <string>
#include <scl/tools/meta/void_t.h>
#include <scl/tools/meta/exists.h>
#include <scl/tools/meta/enable_if.h>
#include <scl/tools/meta/type_mod.h>

Go to the source code of this file.

Classes

struct  scl::tools::meta::details::__ostream_op_defined< T, class >
 
struct  scl::tools::meta::details::__ostream_op_defined< T, void_t< decltype(operator<<(std::declval< std::ostream & >(), std::declval< const T & >())) > >
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::tools
 General purpose tooling.
 
 scl::tools::meta
 A namespace englobing all the TMP tools.
 
 scl::tools::meta::details
 Namespace for implementation details for TMP.
 

Functions

template<class T >
constexpr bool scl::tools::meta::defines_ostream_operator ()
 Determines whether or not the operator<< is defined for the given type and ostream. More...