MADNESS
0.10.1
|
Go to the source code of this file.
Classes | |
class | madness::detail::DeferredCleanup |
Deferred cleanup of shared_ptr's. More... | |
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
madness::detail | |
Functions | |
template<typename objT > | |
void | madness::detail::deferred_cleanup (World &world, const std::shared_ptr< objT > &p, bool assume_p_is_unique) |
Defer the cleanup of a shared pointer to the end of the next fence. More... | |