Typedefs | |
template<typename Key , typename Type , typename Comp = std::less<Key>> | |
using | StdMapAligned = std::map< Key, Type, Comp, Eigen::aligned_allocator< std::pair< const Key, Type > > > |
template<typename Key , typename Type , typename Hash = std::hash<Key>, typename Pred = std::equal_to<Key>> | |
using | StdUMapAligned = std::unordered_map< Key, Type, Hash, Pred, Eigen::aligned_allocator< std::pair< const Key, Type > > > |
template<typename Type > | |
using | StdVecAligned = std::vector< Type, Eigen::aligned_allocator< Type > > |
using ApproxMVBB::MyContainers::StdMapAligned = typedef std::map<Key, Type, Comp, Eigen::aligned_allocator<std::pair<const Key, Type> > > |
Definition at line 22 of file MyContainerTypeDefs.hpp.
using ApproxMVBB::MyContainers::StdUMapAligned = typedef std::unordered_map<Key, Type, Hash, Pred, Eigen::aligned_allocator<std::pair<const Key, Type> > > |
Definition at line 26 of file MyContainerTypeDefs.hpp.
using ApproxMVBB::MyContainers::StdVecAligned = typedef std::vector<Type, Eigen::aligned_allocator<Type> > |
Definition at line 30 of file MyContainerTypeDefs.hpp.