AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Id() [1/3]

drama::sds::Id::Id ( const Id source)
delete

Copy constructor - deleted.

Not possible to copy sds::Id objects as we then don't know when the underlying SDS object should be cleaned up.

A Move constructor is available and deals with most relevant cases of interest.

See also
drama::sds::ShallowCopy
drama::sds::Copy