#include "Eigen/src/StlSupport/details.h"
Go to the source code of this file.
Classes | |
class | deque< T, EIGEN_ALIGNED_ALLOCATOR< T > > |
Namespaces | |
namespace | std |
Macros | |
#define | EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION(...) |
#define | EIGEN_EXPLICIT_STL_DEQUE_INSTANTIATION(...) |
#define | EIGEN_STD_DEQUE_SPECIALIZATION_BODY |
#define EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION | ( | ... | ) |
This section contains a convenience MACRO which allows an easy specialization of std::deque such that for data types with alignment issues the correct allocator is used automatically.
#define EIGEN_EXPLICIT_STL_DEQUE_INSTANTIATION | ( | ... | ) |
#define EIGEN_STD_DEQUE_SPECIALIZATION_BODY |