|
FastLED 3.9.15
|
#include <vector.h>
Inheritance diagram for fl::FixedVector< T, N >:Classes | |
| struct | const_reverse_iterator |
| struct | reverse_iterator |
Public Types | |
| typedef const T * | const_iterator |
| typedef T * | iterator |
| typedef T | value_type |
Private Member Functions | |
| const T * | memory () const FL_NOEXCEPT |
| T * | memory () FL_NOEXCEPT |
Private Attributes | |
| fl::size | current_size = 0 |
| InlinedMemoryBlock< T, N > | mMemoryBlock |