Home
last modified time | relevance | path

Searched defs:destroyable (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Ddestroy.pass.cpp29 struct destroyable { struct
30 destroyable() { ++count; } in destroyable() argument
31 ~destroyable() { --count; } in ~destroyable() argument