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

◆ operator<=()

bool fl::basic_string::const_iterator::operator<= ( const const_iterator & other) const
inline

Definition at line 132 of file basic_string.h.

132{ return ptr <= other.ptr; }

References const_iterator(), FL_NOEXCEPT, and ptr.

+ Here is the call graph for this function: