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

Serialize an STL map (crudely). More...

#include <archive.h>

Static Public Member Functions

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

Detailed Description

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

Serialize an STL map (crudely).

Member Function Documentation

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

References MAD_ARCHIVE_DEBUG.


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