MADNESS  version 0.9
List of all members
madness::archive::is_output_archive< T > Struct Template Reference

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

#include <archive.h>

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

Additional Inherited Members

- Static Public Member Functions inherited from madness::tr1::is_base_of< B, D >
template<typename T >
static detail::yes check (D *, T)
 
static detail::no check (B *, int)
 
- Static Public Attributes inherited from madness::tr1::is_base_of< B, D >
static const bool value = sizeof(check(detail::Host<B,D>(), int())) == sizeof(detail::yes)
 

Detailed Description

template<typename T>
struct madness::archive::is_output_archive< T >

Checks that T is an output archive type.

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


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