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

◆ operator==() [10/14]

template<typename T1, typename Deleter1, typename T2, typename Deleter2>
bool fl::operator== ( const unique_ptr< T1, Deleter1 > & lhs,
const unique_ptr< T2, Deleter2 > & rhs )

Definition at line 229 of file unique_ptr.h.

229 {
230 return lhs.get() == rhs.get();
231}
pointer get() const FL_NOEXCEPT
Definition unique_ptr.h:97

References FL_NOEXCEPT.