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