41 #ifdef PB_DS_CLASS_C_DEC
43 #ifdef PB_DS_BINARY_HEAP_TRACE_
54 for (size_type i = 0; i < m_size; ++i)
55 trace_entry(m_a_entries[i], s_no_throw_copies_ind);
59 std::cerr <<
"size = " << m_size <<
" " <<
"actual_size = " << m_actual_size <<
std::endl;
61 resize_policy::trace();
67 trace_entry(
const entry& r_e,
false_type)
const
75 trace_entry(
const entry& r_e,
true_type)
const
integral_constant< bool, true > true_type
The type used as a compile-time boolean with true value.
integral_constant< bool, false > false_type
The type used as a compile-time boolean with false value.
ostream cerr
Linked to standard output.
basic_ostream< _CharT, _Traits > & endl(basic_ostream< _CharT, _Traits > &__os)
Write a newline and flush the stream.
ostream cout
Linked to standard input.