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

◆ is_equal()

bool fl::memory_resource::is_equal ( const memory_resource & other) const
inline

Definition at line 41 of file memory_resource.h.

41 {
42 return do_is_equal(other);
43 }
virtual bool do_is_equal(const memory_resource &other) const FL_NOEXCEPT

References do_is_equal(), and FL_NOEXCEPT.

+ Here is the call graph for this function: