robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
aligned_unordered_map.hpp
Go to the documentation of this file.
1
#ifndef ROBOTOC_ALIGNED_UNORDERED_MAP_HPP_
2
#define ROBOTOC_ALIGNED_UNORDERED_MAP_HPP_
3
4
#include <unordered_map>
5
#include "Eigen/StdVector"
6
7
namespace
robotoc
{
8
13
template
<
typename
Key,
typename
T>
14
using
aligned_unordered_map
= std::unordered_map<Key, T, std::hash<Key>, std::equal_to<Key>,
15
Eigen::aligned_allocator<std::pair<Key, T>>>;
16
17
}
// namespace robotoc
18
19
#endif
// ROBOTOC_ALIGNED_UNORDERED_MAP_HPP_
robotoc
Definition:
constraint_component_base.hpp:17
robotoc::aligned_unordered_map
std::unordered_map< Key, T, std::hash< Key >, std::equal_to< Key >, Eigen::aligned_allocator< std::pair< Key, T > > > aligned_unordered_map
std unordered_map with Eigen::aligned_allocator.
Definition:
aligned_unordered_map.hpp:15
include
robotoc
utils
aligned_unordered_map.hpp
Generated by
1.9.5