Template Struct dict_to_map
Defined in File map.hpp
Inheritance Relationships
Derived Types
public eigenpy::GenericMapVisitor< std::map< Key, T, std::less< Key >, std::allocator< std::pair< const Key, T > > >, false >
(Template Struct GenericMapVisitor)public eigenpy::GenericMapVisitor< Container, NoProxy >
(Template Struct GenericMapVisitor)
Struct Documentation
-
template<typename Container>
struct dict_to_map Conversion from dict to map solution proposed in https://stackoverflow.com/questions/6116345/boostpython-possible-to-automatically-convert-from-dict-stdmap This template encapsulates the conversion machinery.
Subclassed by eigenpy::GenericMapVisitor< std::map< Key, T, std::less< Key >, std::allocator< std::pair< const Key, T > > >, false >, eigenpy::GenericMapVisitor< Container, NoProxy >