DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
A helper class to 'tag' objects as rvalues to help DCMTK's move emulation employed on pre C++11 compilers. More...
A helper class to 'tag' objects as rvalues to help DCMTK's move emulation employed on pre C++11 compilers.
T | the base type an rvalue should be create of. |
OFrvalue wraps the type T inside a zero-overhead object employing T's move constructor when possible.
This example describes how to move an object of type OFunique_ptr out of a function by using OFrvalue.