41#ifdef PB_DS_CLASS_C_DEC
47copy_from_range(It first_it, It last_it)
49 while (first_it != last_it)
51 PB_DS_ASSERT_VALID((*
this))
57{ PB_DS_ASSERT_VALID((*
this)) }
61pairing_heap(
const Cmp_Fn& r_cmp_fn)
63{ PB_DS_ASSERT_VALID((*
this)) }
67pairing_heap(
const PB_DS_CLASS_C_DEC& other)
69{ PB_DS_ASSERT_VALID((*
this)) }
74swap(PB_DS_CLASS_C_DEC& other)
76 PB_DS_ASSERT_VALID((*
this))
77 base_type::swap(other);
78 PB_DS_ASSERT_VALID((*this))