operator =()
Public Operator |
Declared in: NiValuepair.h |
Declaration
const CNiValuePair & operator =( const CNiValuePair& source);
Description
Assignment operator. The object is attached to the same CWValuePair_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWValuePair_CI pointer is incremented. If an CWValuePair_CI pointer is already attached to this object, that CWValuePair_CI pointer is released and its reference count decremented before the new CWValuePair_CI pointer is attached.
Parameters
const CNiValuePair& source
Specifies object to which to be assigned.