Luna::Variant::operator=

Variant & operator=(Blob &&blob_data)

Assigns one variant with one blob. The variant type will be VariantType::blob after this assignment.

Parameters

  • in blob_data

    The blob data to set. The blob data will be moved into the variant.

Return value

Returns *this.