WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
small_vector.hpp
Go to the documentation of this file.
1// Copyright (c) Sleipnir contributors
2
3#pragma once
4
5#include <wpi/SmallVector.h>
6
7namespace gch {
8
9template <typename T>
11
12} // namespace gch
This file defines the SmallVector class.
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
Definition SmallVector.h:1198
Definition small_vector.hpp:7