Template Struct emplace_set_derived_policies
Defined in File map.hpp
Inheritance Relationships
Base Type
public boost::python::map_indexing_suite< Container, NoProxy, emplace_set_derived_policies< Container, NoProxy > >
Derived Type
public eigenpy::GenericMapVisitor< std::map< Key, T, std::less< Key >, std::allocator< std::pair< const Key, T > > >, false >
(Template Struct GenericMapVisitor)
Struct Documentation
-
template<class Container, bool NoProxy>
struct emplace_set_derived_policies : public boost::python::map_indexing_suite<Container, NoProxy, emplace_set_derived_policies<Container, NoProxy>> Policies which handle the non-default constructible case and set_item() using emplace().
Subclassed by eigenpy::GenericMapVisitor< std::map< Key, T, std::less< Key >, std::allocator< std::pair< const Key, T > > >, false >
Public Types