Mantid
|
#include <memory>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | std |
STL namespace. | |
Functions | |
template<typename HeldType > | |
HeldType * | std::get_pointer (const std::weak_ptr< HeldType > &dataItem) |
Boost.Python doesn't understand weak_ptrs out of the box. More... | |