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