Expand description
Less used details of CxxVector
.
CxxVector
itself is exposed at the crate root.
Structs§
- Binding to C++
std::vector<T, std::allocator<T>>
. - Iterator over elements of a
CxxVector
by shared reference. - Iterator over elements of a
CxxVector
by pinned mutable reference.
Traits§
- Trait bound for types which may be used as the
T
inside of aCxxVector<T>
in generic code.
Type Aliases§
- Synonym for
CxxVector
.