#include <map.hpp>
Public Types | |
typedef Container::value_type::second_type | data_type |
using | DerivedPolicies = bp::detail::final_map_derived_policies< Container, NoProxy > |
typedef Container::key_type | index_type |
typedef Container::value_type | value_type |
Static Public Member Functions | |
template<class Class > | |
static void | extension_def (Class &cl) |
static void | set_item (Container &container, index_type i, data_type const &v) |
Policies which handle the non-default constructible case and set_item() using emplace().
typedef Container::value_type::second_type eigenpy::emplace_set_derived_policies< Container, NoProxy >::data_type |
using eigenpy::emplace_set_derived_policies< Container, NoProxy >::DerivedPolicies = bp::detail::final_map_derived_policies<Container, NoProxy> |
typedef Container::key_type eigenpy::emplace_set_derived_policies< Container, NoProxy >::index_type |
typedef Container::value_type eigenpy::emplace_set_derived_policies< Container, NoProxy >::value_type |
|
inlinestatic |
|
inlinestatic |