Example #1
0
 BOOST_INTRUSIVE_FORCEINLINE tree_iterator(const tree_iterator &other)
    :  members_(other.pointed_node(), other.get_value_traits())
 {}
 tree_iterator(tree_iterator<value_traits, false> const& other)
    :  members_(other.pointed_node(), other.get_value_traits())
 {}