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::istreamable< Is, T > Struct Template Reference

The istreamable concept allows an any to be read from a std::istream. More...

#include <operators.hpp>

Static Public Member Functions

static void apply (Is &out, T &arg)
 

Detailed Description

template<class Is = std::istream, class T = _self>
struct boost::type_erasure::istreamable< Is, T >

The istreamable concept allows an any to be read from a std::istream.

Member Function Documentation

template<class Is = std::istream, class T = _self>
static void boost::type_erasure::istreamable< Is, T >::apply ( Is &  out,
T arg 
)
inlinestatic

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