MADNESS  version 0.9
Static Public Member Functions | List of all members
madness::archive::ArchiveImpl< Archive, T > Struct Template Reference

Default implementation of wrap_store and wrap_load. More...

#include <archive.h>

Static Public Member Functions

static const Archive & wrap_store (const Archive &ar, const T &t)
 
static const Archive & wrap_load (const Archive &ar, const T &t)
 

Detailed Description

template<class Archive, class T>
struct madness::archive::ArchiveImpl< Archive, T >

Default implementation of wrap_store and wrap_load.

Member Function Documentation

template<class Archive , class T >
static const Archive& madness::archive::ArchiveImpl< Archive, T >::wrap_load ( const Archive &  ar,
const T &  t 
)
inlinestatic
template<class Archive , class T >
static const Archive& madness::archive::ArchiveImpl< Archive, T >::wrap_store ( const Archive &  ar,
const T &  t 
)
inlinestatic

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