company logo

Value :: use - Use passed value handle

The function creates a copy handle of the value handle passed in rValue. Both, the copy and the origin, share value instance and event handlers.

Return value:  Value handle ( odaba::Value & )

A value handle refers to a (usually) opened value. Invalid value handles may cause an exception.

Implementation details

odaba::Value & Value  :: use ( odaba::Value &cValue )

The function returns the copy handle for the value.

  • cValue - Value handle

    A value handle refers to a (usually) opened value. Invalid value handles may cause an exception.