operator!= — Operator (STL)
Operator nierówności dla czasu trwania lub obiektów time_point.
template<class Rep1, class Period1, class Rep2, class Period2>
constexpr bool operator!=(
const duration<Rep1, Period1>& Left,
const duration<Rep2, Period2>& Right);
template<class Clock, class Duration1, class Duration2>
bool operator!=(
const time_point<Clock, Duration1>& Left,
const time_point<Clock, Duration2>& Right);
Parametry
Left
Lewy obiekt duration lub time_point.Right
Obiekt prawy duration lub time_point.
Wartość zwracana
Każda funkcja zwraca !(Left == Right).
Wymagania
Nagłówek: chrono
Przestrzeń nazw: std::chrono