distance_type - An iterator tag function used to determine the distance type associated with an iterator.
libstdcpp.lib
#include <iterator>
template <class Category, class Tp, class Distance,
class Pointer, class Reference>
inline Distance* _distance_type(const iterator<Category, Tp,Distance, Pointer, Reference>&);
template <class Tp>
inline ptrdiff_t* _distance_type (const Tp*);
None
For additional information or queries on this page send feedback.
|
© 2007-2009 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |
|