![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <memory>
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< char[], detail::StorageDeleter< SizeN > > |
Pointer to an uninitialised char array of SizeN, freed with delete[]. | |
Functions | |
template<std::size_t SizeN> | |
StoragePtr< SizeN > | toolbox::util::make_storage () |
Returns a block of dynamic storage. | |