WPILibC++ 2027.0.0-alpha-3
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>
10using small_vector = wpi::SmallVector<T>;
11
12} // namespace gch
Definition small_vector.hpp:7
wpi::SmallVector< T > small_vector
Definition small_vector.hpp:10