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