Luna::Variant::blob_data
const void * blob_data() const
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.
const void * blob_data() const
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.