Indestructible
Summary:[Folly] `Indestructible`. For when you need a Meyers singleton that will never be destructed, even at program exit. Good for large data structures with many heap allocations, as long as they have no behavior. No point in ever destructing them. HT: Proxygen, and Orvid. Reviewed By: andriigrynenko Differential Revision: D2947959 fb-gh-sync-id: 7dd1f725edf137ba81fbf4032a0819fd7c627261 shipit-source-id: 7dd1f725edf137ba81fbf4032a0819fd7c627261
Showing
folly/Indestructible.h
0 → 100644
Please register or sign in to comment