![]() |
mutable
A Database System for Research and Fast Prototyping
|
Go to the source code of this file.
Data Structures | |
struct | m::unsharable_shared_ptr< T > |
This class extends std::shared_ptr to allow for unsharing an exclusively held object and thereby converting to a std::unique_ptr . More... | |
Namespaces | |
namespace | m |
| |
Functions | |
template<typename T , typename... Args> | |
unsharable_shared_ptr< T > | m::make_unsharable_shared (Args &&... args) |