Namespaces | Defines
MyContainerTypeDefs.hpp File Reference
#include <vector>
#include <map>
#include <unordered_map>
#include <Eigen/StdVector>
#include <Eigen/Dense>
Include dependency graph for MyContainerTypeDefs.hpp:

Go to the source code of this file.

Namespaces

namespace  ApproxMVBB
 

These are some container definitions.


namespace  ApproxMVBB::MyContainers

Defines

#define ApproxMVBB_DEFINE_CONTAINER_TYPES
 This macro is used to typedef all custom container types.

Define Documentation

Value:
\
   template<typename Key, typename Type, typename Comp = std::less<Key> > \
   using StdMapAligned = ApproxMVBB::MyContainers::StdMapAligned<Key, Type, Comp >; \
   \
   template<typename Key, typename Type, typename Hash = std::hash<Key>, typename Pred = std::equal_to<Key> > \
   using StdUMapAligned =  ApproxMVBB::MyContainers::StdUMapAligned<Key, Type, Hash,Pred >; \
   \
   template<typename Type > \
   using StdVecAligned =  ApproxMVBB::MyContainers::StdVecAligned< Type >;

This macro is used to typedef all custom container types.

Definition at line 38 of file MyContainerTypeDefs.hpp.



asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Sat Jun 8 2019 20:21:50