BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
aligned_allocator.hpp File Reference

Provides bio::ranges::aligned_allocator. More...

#include <limits>
#include <memory>
#include <type_traits>
#include <bio/core.hpp>
+ Include dependency graph for aligned_allocator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::ranges::aligned_allocator< value_t, alignment_v >
 Allocates uninitialized storage whose memory-alignment is specified by alignment. More...
 
struct  bio::ranges::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  bio
 The main BioC++ namespace.
 
namespace  bio::ranges
 The ranges module's namespace.
 

Detailed Description

Provides bio::ranges::aligned_allocator.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>