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