Commit Graph

1 Commits

Author SHA1 Message Date
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