A vector of std::shared_ptr<S> that behaves like a std::vector<S> More...
#include <PointMatcher.h>
Inherits std::vector< std::shared_ptr< S > >.
Public Member Functions | |
void | push_back (S *v) |
Add an instance of S to the vector, take ownership. |
A vector of std::shared_ptr<S> that behaves like a std::vector<S>