4 #ifndef __eigenpy_std_map_hpp__
5 #define __eigenpy_std_map_hpp__
8 #include "eigenpy/deprecated.hpp"
13 template <
typename Container>
14 using overload_base_get_item_for_std_map EIGENPY_DEPRECATED_MESSAGE(
15 "Use overload_base_get_item_for_map<> instead.") =
19 using ::eigenpy::overload_base_get_item_for_std_map;
32 template <
class Key,
class T,
class Compare = std::less<Key>,
33 class Allocator = std::allocator<std::pair<const Key, T> >,
40 using ::eigenpy::StdMapPythonVisitor;
44 #endif // ifndef __eigenpy_std_map_hpp__