MADNESS  0.10.1
madness::is_istreammable< T > Struct Template Reference

#include <type_traits.h>

Inheritance diagram for madness::is_istreammable< T >:
Inheritance graph
[legend]
Collaboration diagram for madness::is_istreammable< T >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct madness::is_istreammable< T >

True for types that are "deserialiable" from an std::istream

Note
operator>>(std::ostream&,T&) must be visible via ADL or defined in namespace madness::operators

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