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

◆ cbegin()

template<typename T>
const_iterator fl::deque< T >::cbegin ( ) const
inline

Definition at line 407 of file deque.h.

407 {
408 return const_iterator(this, 0);
409 }

Referenced by fl::deque< int >::crend().

+ Here is the caller graph for this function: