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 the 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 )
  • cValue - Value handle

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