template<class IFA, class BASE = EmptyBase>
class lib::meta::VirtualCopySupportInterface< IFA, BASE >
Definition at line 142 of file virtual-copy-support.hpp.
|
virtual void | copyInto (void *targetStorage) const =0 |
|
virtual void | copyInto (IFA &target) const =0 |
|
virtual void | moveInto (void *targetStorage)=0 |
|
virtual void | moveInto (IFA &target)=0 |
|
The documentation for this class was generated from the following file: