bsl::vector_ForwardIteratorForPtrs<TARGET, ITERATOR, false>

Specialization wrapping non-integral iterators for pointer vectors.

Synopsis

Declared in <bslstl_vector.h>

template<
    class TARGET,
    class ITERATOR>
struct vector_ForwardIteratorForPtrs<TARGET, ITERATOR, false>;

Description

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.

Type Aliases

NameDescription
type Iterator adaptor converting pointers to uintptr_t values.