MADNESS  0.10.1
Static Public Attributes | List of all members
madness::archive::archive_typeinfo< T > Struct Template Reference

Used to enable type checking inside archives. More...

#include <archive.h>

Static Public Attributes

static const unsigned char cookie = 255
 Numeric ID for the type; 255 indicates unknown type. More...
 

Detailed Description

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

Used to enable type checking inside archives.

Template Parameters
TThe data type.

Member Data Documentation

◆ cookie

template<typename T >
const unsigned char madness::archive::archive_typeinfo< T >::cookie = 255
static

Numeric ID for the type; 255 indicates unknown type.


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