Home
last modified time | relevance | path

Searched refs:node_const_iterator (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/iterator/example/
Dnode_iterator2.cpp30 assert(node_iterator(nodes.get()) == node_const_iterator(nodes.get())); in main()
31 assert(node_const_iterator(nodes.get()) == node_iterator(nodes.get())); in main()
33 assert(node_iterator(nodes.get()) != node_const_iterator()); in main()
34 assert(node_const_iterator(nodes.get()) != node_iterator()); in main()
48 node_const_iterator(nodes.get()), node_const_iterator() in main()
Dnode_iterator3.cpp30 assert(node_iterator(nodes.get()) == node_const_iterator(nodes.get())); in main()
31 assert(node_const_iterator(nodes.get()) == node_iterator(nodes.get())); in main()
33 assert(node_iterator(nodes.get()) != node_const_iterator()); in main()
34 assert(node_const_iterator(nodes.get()) != node_iterator()); in main()
48 node_const_iterator(nodes.get()), node_const_iterator() in main()
Dnode_iterator2.hpp71 typedef node_iter<node_base const> node_const_iterator; typedef
Dnode_iterator3.hpp58 typedef node_iter<node_base const> node_const_iterator; typedef
/third_party/boost/libs/iterator/doc/
Diterator_facade_tutorial.rst375 typedef node_iter<node_base const> node_const_iterator;
384 ``node_iterator`` where a ``node_const_iterator`` was expected,
387 ``node_const_iterator`` into the same list, we should be able to
433 typedef impl::node_iterator<node_base const> node_const_iterator;
456 Now ``node_iterator`` and ``node_const_iterator`` behave exactly as
458 one direction: from ``node_iterator`` to ``node_const_iterator``.
459 If we try to convert from ``node_const_iterator`` to
465 ``boost::``\ |is_convertible|_\ ``<node_const_iterator,node_iterator>::value``
/third_party/boost/libs/iterator/doc/quickbook/
Dfacade_tutorial.qbk360 typedef node_iter<node_base const> node_const_iterator;
368 `node_iterator` where a `node_const_iterator` was expected,
371 `node_const_iterator` into the same list, we should be able to
417 typedef impl::node_iterator<node_base const> node_const_iterator;
439 Now `node_iterator` and `node_const_iterator` behave exactly as
441 one direction: from `node_iterator` to `node_const_iterator`.
442 If we try to convert from `node_const_iterator` to
448 `boost::`\ |is_convertible|_\ `<node_const_iterator,node_iterator>::value`