Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Classes | |
struct | toolbox::util::detail::StorageDeleter< SizeN > |
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
namespace | toolbox::util::detail |
Typedefs | |
template<std::size_t SizeN> | |
using | toolbox::util::StoragePtr = std::unique_ptr< void, detail::StorageDeleter< SizeN > > |
Functions | |
template<std::size_t SizeN> | |
StoragePtr< SizeN > | toolbox::util::make_storage () |
Returns a block of dynamic storage acquired from the custom allocator. | |