| 695 | FASTLED_FORCE_INLINE T value() const { return mImpl.value(); } |
| 696 | FASTLED_FORCE_INLINE void reset() { mImpl.reset(); } |
| 697 | FASTLED_FORCE_INLINE bool full() const { return mImpl.full(); } |
| 698 | FASTLED_FORCE_INLINE fl::size size() const { return mImpl.size(); } |
| 699 | FASTLED_FORCE_INLINE fl::size capacity() const { return mImpl.capacity(); } |
| 700 | FASTLED_FORCE_INLINE void resize(fl::size new_capacity) { mImpl.resize(new_capacity); } |