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
7
namespace
gch
{
8
9
template
<
typename
T>
10
using
small_vector
=
wpi::SmallVector<T>
;
11
12
}
// namespace gch
SmallVector.h
This file defines the SmallVector class.
wpi::SmallVector
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
Definition
SmallVector.h:1198
gch
Definition
small_vector.hpp:7
thirdparty
sleipnir
include
gch
small_vector.hpp
Generated on Wed Jul 23 2025 00:48:18 for WPILibC++ by
1.12.0