robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
aligned_unordered_map.hpp File Reference
#include <unordered_map>
#include "Eigen/StdVector"
Include dependency graph for aligned_unordered_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  robotoc
 

Typedefs

template<typename Key , typename T >
using robotoc::aligned_unordered_map = std::unordered_map< Key, T, std::hash< Key >, std::equal_to< Key >, Eigen::aligned_allocator< std::pair< Key, T > > >
 std unordered_map with Eigen::aligned_allocator. More...