|
NDDEM
|
A wrapper class to notify cereal that it is ok to serialize the contained pointer. More...
#include <memory.hpp>
Public Member Functions | |
| PtrWrapper (T &&p) | |
| PtrWrapper (PtrWrapper const &)=default | |
| PtrWrapper & | operator= (PtrWrapper const &)=delete |
Public Attributes | |
| T & | ptr |
A wrapper class to notify cereal that it is ok to serialize the contained pointer.
This mechanism allows us to intercept and properly handle polymorphic pointers
|
inline |
|
default |
|
delete |
| T& cereal::memory_detail::PtrWrapper< T >::ptr |