Luna::Variant::Variant
Variant(Blob &&blob_data)
Initializes one variant of VariantType::blob and sets its data to the specified value.
Parameters
-
in blob_data
The blob data to set. The blob data will be moved into the variant.
Variant(Blob &&blob_data)
Initializes one variant of VariantType::blob and sets its data to the specified value.
in blob_data
The blob data to set. The blob data will be moved into the variant.