operator=

Navigation:  NxLib API > C++ Interface > NxLibItem >

operator=

Previous pageReturn to chapter overviewNext page

Sets a new value to the item. This operator is templated and simply maps to the corresponding set function.

Signatures

Note: All variants of this function will throw exceptions on API errors!

template <typename T> NxLibItem operator=(T const& value) const

Parameters

value

The value to set on the item

Return Value

The current item.