MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / iterator

Class iterator

extern/boost/boost/intrusive/detail/iterator.hpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60////////////////////
61template<class Category, class T, class Difference, class Pointer, class Reference>
62struct iterator
63{
64 typedef Category iterator_category;
65 typedef T value_type;
66 typedef Difference difference_type;
67 typedef Pointer pointer;
68 typedef Reference reference;
69};
70
71////////////////////////////////////////////////////////////////////////////////
72// Conversion from boost::iterator traversals to std tags

Callers 6

beginMethod · 0.50
vectorClass · 0.50
eraseFunction · 0.50
priv_insertFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected