MCPcopy Create free account
hub / github.com/chokkan/crfsuite / iterator_traits

Class iterator_traits

swig/python/export_wrap.cpp:4373–4376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4371namespace std {
4372 template <class Iterator>
4373 struct iterator_traits {
4374 typedef ptrdiff_t difference_type;
4375 typedef typename Iterator::value_type value_type;
4376 };
4377
4378 template <class Iterator, class Category,class T, class Reference, class Pointer, class Distance>
4379 struct iterator_traits<__reverse_bi_iterator<Iterator,Category,T,Reference,Pointer,Distance> > {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected