Searched defs:NoDestroy (Results 1 – 2 of 2) sorted by relevance
27 struct NoDestroy struct29 typedef T value_type;31 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate()36 TEST_CONSTEXPR_CXX20 void deallocate(T* p, std::size_t n) in deallocate()
12 class NoDestroy { ~NoDestroy(); }; class