classdesc::unserialisable< T > Struct Template Reference

#include <pack_base.h>

Inheritance diagram for classdesc::unserialisable< T >:
Inheritance graph
Collaboration diagram for classdesc::unserialisable< T >:
Collaboration graph

Public Member Functions

 unserialisable (const T &x)
 
unserialisable operator= (const T &x)
 
 unserialisable (const T &x)
 
unserialisable operator= (const T &x)
 

Detailed Description

template<class T>
struct classdesc::unserialisable< T >

Used to indicate a member is not to be serialised: eg class foo { unserialisable<std::vector<int>::iterator> i; ... }; Deprecated in favour of Exclude


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