Luna::Variant::operator=
Variant & operator=(const 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 copied into the variant.
Return value
Returns *this
.