third_party.pigweed.src/pw_containers
Wyatt Hepler f9023cb565 pw_containers: Vector copy and move constructors
Copy and move constructors/assignment operators are not templated.
Having a templated version does not affect the copyability or movability
of the class.

Change-Id: I2ba7ad6d5c929194c41aac7b5108c011c83ca099
2020-03-12 17:20:53 +00:00
..
public/pw_containers pw_containers: Vector copy and move constructors 2020-03-12 17:20:53 +00:00
BUILD pw_containers: Vector class 2020-02-10 16:53:13 -08:00
BUILD.gn Add or expand docs.rst 2020-03-05 02:00:04 +00:00
CMakeLists.txt pw_containers: Vector class 2020-02-10 16:53:13 -08:00
docs.rst Add or expand docs.rst 2020-03-05 02:00:04 +00:00
README.md Add a few missing README.md files 2020-03-02 15:35:58 -08:00
vector_test.cc pw_containers: Vector class 2020-02-10 16:53:13 -08:00

pw_containers: Embedded-friendly container classes