Ejemplo n.º 1
0
 BOOST_INTRUSIVE_FORCEINLINE tree_iterator(const tree_iterator &other)
    :  members_(other.pointed_node(), other.get_value_traits())
 {}
Ejemplo n.º 2
0
 tree_iterator(tree_iterator<value_traits, false> const& other)
    :  members_(other.pointed_node(), other.get_value_traits())
 {}