45 copy_from_range(It first_it, It last_it)
47 while (first_it != last_it)
48 insert(*(first_it++));
61 PB_DS_S_TREE_NAME(
const Cmp_Fn& r_cmp_fn) :
70 PB_DS_S_TREE_NAME(
const Cmp_Fn& r_cmp_fn,
const node_update& r_node_update) :
71 base_type(r_cmp_fn, r_node_update)
93 base_type::
swap(other);
102 { base_type::m_p_head->m_special =
true; }
#define PB_DS_CLASS_C_DEC
Definition: bin_search_tree_.hpp:71
#define PB_DS_CLASS_T_DEC
Definition: bin_search_tree_.hpp:67
#define PB_DS_ASSERT_VALID(X)
Definition: binary_heap_.hpp:324
void swap(exception_ptr &__lhs, exception_ptr &__rhs)
Definition: exception_ptr.h:160