boost::type_erasure::istreamable
// In header: <boost/type_erasure/operators.hpp> template<typename Is, typename T = _self> struct istreamable { // public static functions (, ); };
The istreamable concept allows an any to be read from a std::istream.
std::istream
istreamable
( out, arg);