Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_erasure::ostreamable< Os, T > Struct Template Reference

The ostreamable concept allows an any to be written to a std::ostream. More...

#include <operators.hpp>

Static Public Member Functions

static void apply (Os &out, const T &arg)
 

Detailed Description

template<class Os = std::ostream, class T = _self>
struct boost::type_erasure::ostreamable< Os, T >

The ostreamable concept allows an any to be written to a std::ostream.

Member Function Documentation

template<class Os = std::ostream, class T = _self>
static void boost::type_erasure::ostreamable< Os, T >::apply ( Os &  out,
const T arg 
)
inlinestatic

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