Specialization wrapping non-integral iterators for pointer vectors.
Declared in <bslstl_vector.h>
template<
class TARGET,
class ITERATOR>
struct vector_ForwardIteratorForPtrs<TARGET, ITERATOR, false>;
This metafunction specialization provides an appropriate iterator adaptor for the specified (template parameter) type ITERATOR in order to implement members of the vector partial template specialization for vectors of pointers to the (template parameter) type TARGET.
| Name | Description |
|---|---|
type | Iterator adaptor converting pointers to uintptr_t values. |