MADNESS
version 0.9
|
Checks that T
is an output archive type.
More...
#include <archive.h>
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) |
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
.