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
BUILD.gn Add or expand docs.rst 2020-03-05 02:00:04 +00:00
CMakeLists.txt
docs.rst Add or expand docs.rst 2020-03-05 02:00:04 +00:00
README.md
vector_test.cc

pw_containers: Embedded-friendly container classes