41 #ifdef PB_DS_CLASS_C_DEC
47 copy_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)) }
61 pairing_heap(
const Cmp_Fn& r_cmp_fn)
63 { PB_DS_ASSERT_VALID((*
this)) }
67 pairing_heap(
const PB_DS_CLASS_C_DEC& other)
69 { PB_DS_ASSERT_VALID((*
this)) }
74 swap(PB_DS_CLASS_C_DEC& other)
76 PB_DS_ASSERT_VALID((*
this))
77 base_type::
swap(other);
78 PB_DS_ASSERT_VALID((*this))
void swap(basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs)
Swaps the contents of two regular expression objects.