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

◆ do_is_equal()

virtual bool fl::memory_resource::do_is_equal ( const memory_resource & other) const
inlineprotectedvirtual

Reimplemented in fl::anonymous_namespace{memory_resource.cpp.hpp}::DefaultMemoryResource, and fl::anonymous_namespace{memory_resource.cpp.hpp}::PSRamMemoryResource.

Definition at line 52 of file memory_resource.h.

52 {
53 return this == &other;
54 }

References FL_NOEXCEPT.

Referenced by is_equal().

+ Here is the caller graph for this function: