![]() |
WPILibC++ 2025.3.2
|
A wrapper around a wpi::array that lets us treat it as a limited sized vector. More...
#include <wpi/protobuf/ProtobufCallbacks.h>
Public Member Functions | |
| size_t | size () const |
| template<typename... ArgTypes> | |
| T & | emplace_back (ArgTypes &&... Args) |
Public Attributes | |
| wpi::array< T, N > | m_array {wpi::empty_array_t{}} |
| size_t | m_currentIndex = 0 |
A wrapper around a wpi::array that lets us treat it as a limited sized vector.
|
inline |
|
inline |
| wpi::array<T, N> wpi::WpiArrayEmplaceWrapper< T, N >::m_array {wpi::empty_array_t{}} |
| size_t wpi::WpiArrayEmplaceWrapper< T, N >::m_currentIndex = 0 |