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