SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Provides seqan3::aligned_allocator. More...
#include <algorithm>
#include <limits>
#include <memory>
#include <type_traits>
#include <seqan3/core/platform.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::aligned_allocator< value_t, alignment_v > |
Allocates uninitialized storage whose memory-alignment is specified by alignment. More... | |
struct | seqan3::aligned_allocator< value_t, alignment_v >::rebind< new_value_type > |
The aligned_allocator member template class aligned_allocator::rebind provides a way to obtain an allocator for a different type. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Provides seqan3::aligned_allocator.