|
Classdesc 3.44
|
#include <pack_base.h>


Public Member Functions | |
| unserialisable (const T &x) | |
| unserialisable | operator= (const T &x) |
| unserialisable (const T &x) | |
| unserialisable | operator= (const T &x) |
Used to indicate a member is not to be serialised: eg class foo { unserialisable<std::vector<int>::iterator> i; ... }; Deprecated in favour of Exclude