|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inlinevirtual |
Shallow copy to an SdsId type.
The SdsId type is an older DRAMA Sds c++ interface, predating DRAMA 2. This method provides a way of efficiently moving a sds::Id item into a SdsId representation.
| target | The target SdsId item we want to copy our item to. |
| outlives | Set true if the target item is to outlive the source, which will make the target responsible for any cleanup of the underlying SDS item |
References drama::CreateRunDramaTask().