#include <vector>
#include <Eigen/StdVector>
Go to the source code of this file.
Classes | |
struct | pinocchio::container::aligned_vector< T > |
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... | |
Namespaces | |
pinocchio | |
Main pinocchio namespace. | |
pinocchio::container | |
Specialized containers. | |
Macros | |
#define | PINOCCHIO_ALIGNED_STD_VECTOR(Type) ::pinocchio::container::aligned_vector<Type> |
Functions | |
template<class T > | |
bool | pinocchio::container::operator== (const aligned_vector< T > &lhs, const aligned_vector< T > &rhs) |
#define PINOCCHIO_ALIGNED_STD_VECTOR | ( | Type | ) | ::pinocchio::container::aligned_vector<Type> |
Definition at line 11 of file container/aligned-vector.hpp.