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

◆ operator()()

template<typename T>
T & fl::MatrixSlice< T >::operator() ( i32 x,
i32 y )
inline

Definition at line 611 of file span.h.

611{ return at(x, y); }
T & at(i32 x, i32 y) FL_NOEXCEPT
Definition span.h:619

References at(), FL_NOEXCEPT, fl::x, and fl::y.

+ Here is the call graph for this function: