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

◆ operator SdsIdType()

drama::sds::Id::operator SdsIdType ( ) const
inlineexplicit

Operator which returns the underlying SDS id.

This operator allows the sds::Id object to be used in calls to functions which expect an SdsIdType argument. Note that you must ensure that object is nether deleted or free-ed by whatever uses it. See sds::Id::COut() if that might happen.

See also
sds::Id::COut
Returns
The underlying SDS ID value.