Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Storage.hpp File Reference
#include <toolbox/util/Allocator.hpp>
#include <memory>
Include dependency graph for Storage.hpp:
This graph shows which files directly or indirectly include this file:

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< SizeNtoolbox::util::make_storage ()
 Returns a block of dynamic storage acquired from the custom allocator.