Operatory porównania CTimeSpan
Operatory porównania.
bool operator ==(
CTimeSpan span
) const throw( );
bool operator !=(
CTimeSpan span
) const throw( );
bool operator <(
CTimeSpan span
) const throw( );
bool operator >(
CTimeSpan span
) const throw( );
bool operator <=(
CTimeSpan span
) const throw( );
bool operator >=(
CTimeSpan span
) const throw( );
Parametry
span
Obiekt do porównania.
Wartość zwracana
Te operatory porównywania dwóch wartości względnego czasu.Zwracały true Jeśli warunek jest spełniony; w przeciwnym razie false.
Przykład
CTimeSpan ts1(100);
CTimeSpan ts2(110);
ATLASSERT((ts1 != ts2) && (ts1 < ts2) && (ts1 <= ts2));
Wymagania
Nagłówek: atltime.h