MADNESS  0.10.1
madness::is_output_archive< T, Enabler > Struct Template Reference

Checks if T is an output archive type. More...

Detailed Description

template<typename T, typename Enabler = void>
struct madness::is_output_archive< T, Enabler >

Checks if T is an output archive type.

If T is an output archive type, then is_output_archive will be inherited from std::true_type, otherwise it is inherited from std::false_type.

Template Parameters
TThe type to check.
Note
define for your custom MADNESS output archive type

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