Luna::Variant::blob_data
void * blob_data()
Gets the data pointer of one BLOB variant.
Return value
Returns the data pointer if the variant is a BLOB variant with blob_size greater than 0
. Returns nullptr
otherwise.
void * blob_data()
Gets the data pointer of one BLOB variant.
Returns the data pointer if the variant is a BLOB variant with blob_size greater than 0
. Returns nullptr
otherwise.