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

◆ operator=()

BulkDataArg & drama::BulkDataArg::operator= ( BulkDataArg &&  rhs)
inlinenoexcept

Move assignment operator.

Often optimized out using the "copy elision" rule.

Parameters
rhsThe item to copy.
Returns
A reference to *this.

References drama::CreateRunDramaTask(), and drama::BulkData::operator=().