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