SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
seqan3::aligned_allocator< value_t, alignment_v >::rebind< new_value_type > Struct Template Reference

The aligned_allocator member template class aligned_allocator::rebind provides a way to obtain an allocator for a different type. More...

#include <seqan3/range/container/aligned_allocator.hpp>

Public Types

using other = aligned_allocator< new_value_type, alignment >
 The type of the allocator for a different value type.
 

Detailed Description

template<typename value_t, size_t alignment_v = __STDCPP_DEFAULT_NEW_ALIGNMENT__>
template<typename new_value_type>
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.

Template Parameters
new_value_typeThe other value type.

The documentation for this struct was generated from the following file: