Searched refs:ObjectStorage (Results 1 – 1 of 1) sorted by relevance
7325 struct ObjectStorage struct7329 ObjectStorage() : data() {} in ObjectStorage() argument7331 ObjectStorage(const ObjectStorage& other) in ObjectStorage() function7336 ObjectStorage(ObjectStorage&& other) in ObjectStorage() argument7341 ~ObjectStorage() { destruct_on_exit<T>(); } in ~ObjectStorage() argument7373 using storage_for = Detail::ObjectStorage<T, true>;7376 using destructable_object = Detail::ObjectStorage<T, false>;