Searched defs:DefaultConstructTrait (Results 1 – 1 of 1) sorted by relevance
127 struct DefaultConstructTrait { struct129 static void Construct(void* allocated_ptr) { new (allocated_ptr) T(); } in Construct()