|
BDE 4.39.x Production Release
|
#include <bslstl_vector.h>
This struct provides a primitive means to determine the iterator category for an iterator/sentinel pair where there is a preference to treat any iterator where the insertDistance can be computed as a forward iterator, even if it does not meet the ranges concepts needed to be treated as one.
See bslstl_vector
Public Types | |
| typedef bsl::iterator_traits< t_ITERATOR >::iterator_category | type |
| typedef bsl::iterator_traits<t_ITERATOR>::iterator_category bsl::Vector_RangeIteratorCategory< t_ITERATOR, t_SENTINEL, t_NOTSPECIALIZED >::type |