Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::vector_ForwardIteratorForPtrs< TARGET, ITERATOR, false > Struct Template Reference
[Component bslstl_vector]

#include <bslstl_vector.h>

List of all members.

Public Types

typedef
vector_UintPtrConversionIterator
< TARGET *, ITERATOR > 
type

Detailed Description

template<class TARGET, class ITERATOR>
struct bsl::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.

See Component bslstl_vector


Member Typedef Documentation

template<class TARGET , class ITERATOR >
typedef vector_UintPtrConversionIterator<TARGET *, ITERATOR> bsl::vector_ForwardIteratorForPtrs< TARGET, ITERATOR, false >::type

The documentation for this struct was generated from the following file: