VariantBuilder.addValue

Adds value to builder.

It is an error to call this function in any way that would create an inconsistent value to be constructed. Some examples of this are putting different types of items into an array, putting the wrong types or number of items in a tuple, putting more than one value into a variant, etc.

If value is a floating reference (see Variant.refSink), the builder instance takes ownership of value.

class VariantBuilder
void
addValue

Parameters

value Variant

Meta

Since

2.24