VALUTA di CComCurrency::operator
Questi operatori sono utilizzati per eseguire il cast di un oggetto CComCurrency a un tipo di dati CURRENCY .
operator CURRENCY&( ) throw( );
operator const CURRENCY&( ) const throw( );
Valore restituito
Restituisce un riferimento a un oggetto CURRENCY.
Esempio
CComCurrency cur(10, 5000);
CURRENCY cy = static_cast<CURRENCY>(cur); // Note that explicit cast is not necessary
ATLASSERT(cy.int64 == 105000);
Requisiti
Header: atlcur.h