Typedefs
ApproxMVBB::MyContainers Namespace Reference

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 > >
 

Typedef Documentation

template<typename Key , typename Type , typename Comp = std::less<Key>>
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.

template<typename Key , typename Type , typename Hash = std::hash<Key>, typename Pred = std::equal_to<Key>>
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.

template<typename Type >
using ApproxMVBB::MyContainers::StdVecAligned = typedef std::vector<Type, Eigen::aligned_allocator<Type> >

Definition at line 30 of file MyContainerTypeDefs.hpp.



asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:09