FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator!=()

template<typename Clock, typename Duration = typename Clock::duration>
bool fl::chrono::time_point< Clock, Duration >::operator!= ( const time_point< Clock, Duration > & rhs) const
inlineconstexpr

Definition at line 155 of file chrono.h.

155 {
156 return mDuration.count() != rhs.mDuration.count();
157 }
Represents a point in time relative to a clock.
Definition chrono.h:123