Construct the wrapper around an object.
Synopsis
Declared in <serialize.h>
explicit
Wrapper(T obj);
Parameters
Name |
Description |
obj |
The object to wrap. |
Created with MrDocs
Construct the wrapper around an object.
Declared in <serialize.h>
explicit
Wrapper(T obj);
Name |
Description |
obj |
The object to wrap. |
Created with MrDocs