Searched defs:node_hash_policy (Results 1 – 1 of 1) sorted by relevance
49 struct node_hash_policy { struct52 using slot_type = typename std::remove_cv<56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct()61 static void destroy(Alloc* alloc, slot_type* slot) { in destroy()66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer()70 static size_t space_used(const slot_type* slot) { in space_used()75 static Reference element(slot_type* slot) { return **slot; } in element()