[][src]Module cxx::vector

Less used details of CxxVector are exposed in this module. CxxVector itself is exposed at the crate root.

Structs

CxxVector

Binding to C++ std::vector<T, std::allocator<T>>.

Iter

Iterator over elements of a CxxVector by shared reference.

IterMut

Iterator over elements of a CxxVector by pinned mutable reference.

Type Definitions

Vector

Synonym for CxxVector.