Specialization of an std::vector with an aligned allocator. This specialization might be used when the type T is or contains some Eigen members. More...
#include <container/aligned-vector.hpp>
Public Member Functions | |
aligned_vector (const allocator_type &a=allocator_type()) | |
template<typename InputIterator > | |
aligned_vector (InputIterator first, InputIterator last, const allocator_type &a=allocator_type()) | |
aligned_vector (const aligned_vector &c) | |
aligned_vector (size_type num, const value_type &val=value_type()) | |
aligned_vector (iterator start, iterator end) | |
vector_base & | base () |
const vector_base & | base () const |
operator const_vector_base_ref () const | |
operator vector_base_ref () | |
aligned_vector & | operator= (const aligned_vector &x) |
Specialization of an std::vector with an aligned allocator. This specialization might be used when the type T is or contains some Eigen members.
T | Type of the elements. |
Definition at line 26 of file aligned-vector.hpp.