Searched defs:Destroyer (Results 1 – 2 of 2) sorted by relevance
113 struct Destroyer { struct115 void operator()(T* record) { record->~T(); } in operator()
159 struct Destroyer { struct164 struct ArrayDestroyer { argument