42 #ifdef PB_DS_CLASS_C_DEC
47 constructor_insert_new_imp(const_reference r_val, size_type pos,
true_type)
50 entry_pointer p = get_entry(r_val, traits_base::s_no_throw_copies_indicator);
53 p->m_p_next = m_entries[pos];
54 p->m_hash = ranged_hash_fn_base::operator()((key_const_reference)(PB_DS_V2F(p->m_value))).second;
57 _GLIBCXX_DEBUG_ONLY(debug_base::insert_new(r_key);)
integral_constant< bool, true > true_type
The type used as a compile-time boolean with true value.