| 426 | FASTLED_FORCE_INLINE T update(T input) { return mImpl.update(input); } |
| 427 | FASTLED_FORCE_INLINE T value() const { return mImpl.value(); } |
| 428 | FASTLED_FORCE_INLINE void reset() { mImpl.reset(); } |
| 429 | FASTLED_FORCE_INLINE bool full() const { return mImpl.full(); } |
| 430 | FASTLED_FORCE_INLINE fl::size size() const { return mImpl.size(); } |
| 431 | FASTLED_FORCE_INLINE fl::size capacity() const { return mImpl.capacity(); } |