Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assignment operator.
ATL::CComSafeArray< T > & operator =( 
   const ATL::CComSafeArray & saSrc  
); 
ATL::CComSafeArray< T > & operator =( 
   const SAFEARRAY * psaSrc  
);
Parameters
saSrc
A reference to a CComSafeArray object.psaSrc
A pointer to a SAFEARRAY object.
Return Value
Returns the type of data stored in the array.
Requirements
Header: atlsafe.h