42 #ifdef PB_DS_CLASS_C_DEC
45 inline typename PB_DS_CLASS_C_DEC::entry_pointer
47 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized,
true_type)
49 const comp_hash pos_hash_pair =
50 ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash);
52 entry_pointer
const p_next_e = p_e->m_p_next;
53 p_e->m_p_next = a_p_entries_resized[pos_hash_pair.first];
54 a_p_entries_resized[pos_hash_pair.first] = p_e;
integral_constant< bool, true > true_type
The type used as a compile-time boolean with true value.