third_party.pigweed.src/pw_containers
Wyatt Hepler 76293e3dea pw_containers: Vector class
pw::Vector implements the std::vector interface, but uses a fixed size
buffer instead of dynamically allocated memory. Vectors must be declared
with their max size (Vector<Type, kMaxSize>) but may be referred to
without the max size (Vector<Type>).

Change-Id: Iac16996109b55fdf8fce73a97e8e84072eb8d166
2020-02-10 16:53:13 -08:00
..
public/pw_containers pw_containers: Vector class 2020-02-10 16:53:13 -08:00
BUILD pw_containers: Vector class 2020-02-10 16:53:13 -08:00
BUILD.gn pw_containers: Vector class 2020-02-10 16:53:13 -08:00
CMakeLists.txt pw_containers: Vector class 2020-02-10 16:53:13 -08:00
vector_test.cc pw_containers: Vector class 2020-02-10 16:53:13 -08:00