Searched refs:node_const_iterator (Results 1 – 6 of 6) sorted by relevance
30 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()
71 typedef node_iter<node_base const> node_const_iterator; typedef
58 typedef node_iter<node_base const> node_const_iterator; typedef
375 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 to433 typedef impl::node_iterator<node_base const> node_const_iterator;456 Now ``node_iterator`` and ``node_const_iterator`` behave exactly as458 one direction: from ``node_iterator`` to ``node_const_iterator``.459 If we try to convert from ``node_const_iterator`` to465 ``boost::``\ |is_convertible|_\ ``<node_const_iterator,node_iterator>::value``
360 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 to417 typedef impl::node_iterator<node_base const> node_const_iterator;439 Now `node_iterator` and `node_const_iterator` behave exactly as441 one direction: from `node_iterator` to `node_const_iterator`.442 If we try to convert from `node_const_iterator` to448 `boost::`\ |is_convertible|_\ `<node_const_iterator,node_iterator>::value`