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

◆ operator=() [1/2]

Id & drama::sds::Id::operator= ( const Id rhs)
delete

Assignment operator - deleted.

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

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

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