Searched defs:ValuePolicy (Results 1 – 3 of 3) sorted by relevance
403 struct ValuePolicy { struct418 struct ValuePolicy<M, false> { argument
439 struct ValuePolicy { struct454 struct ValuePolicy<M, false> { argument
281 struct ValuePolicy { struct282 using slot_type = T;283 using key_type = T;284 using init_type = T;287 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()293 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()298 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()304 static T& element(slot_type* slot) { return *slot; } in element()309 apply(F&& f, Args&&... args) { in apply()