Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ operator<=
Function
operator<=
src/fl/stl/not_null.h:286–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
// Less-than-or-equal comparison
285
template<typename U>
286
constexpr bool operator<=(const not_null<U>& other) const FL_NOEXCEPT {
287
return mPtr <= other.get();
288
}
289
290
// Greater-than comparison
291
template<typename U>
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected