Template Struct dict_to_map
Defined in File map.hpp
Inheritance Relationships
Derived Type
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< Container, NoProxy >