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

◆ operator>=() [2/2]

template<typename T, typename Y>
bool fl::operator>= ( const shared_ptr< T > & lhs,
const shared_ptr< Y > & rhs )
noexcept

Definition at line 419 of file shared_ptr.h.

419 {
420 return lhs.get() >= rhs.get();
421}
T * get() const noexcept
Definition shared_ptr.h:271