Specialized containers. More...
Classes | |
struct | aligned_vector |
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... | |
Functions | |
template<class T > | |
bool | operator== (const aligned_vector< T > &lhs, const aligned_vector< T > &rhs) |
Specialized containers.
bool pinocchio::container::operator== | ( | const aligned_vector< T > & | lhs, |
const aligned_vector< T > & | rhs | ||
) |
Definition at line 54 of file container/aligned-vector.hpp.