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

Deserialize an STL map. Map is NOT cleared; duplicate elements are replaced. More...

#include <archive.h>

Static Public Member Functions

static void load (const Archive &ar, std::map< T, Q > &t)
 

Detailed Description

template<class Archive, typename T, typename Q>
struct madness::archive::ArchiveLoadImpl< Archive, std::map< T, Q > >

Deserialize an STL map. Map is NOT cleared; duplicate elements are replaced.

Member Function Documentation

template<class Archive , typename T , typename Q >
static void madness::archive::ArchiveLoadImpl< Archive, std::map< T, Q > >::load ( const Archive &  ar,
std::map< T, Q > &  t 
)
inlinestatic

References MAD_ARCHIVE_DEBUG.


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