eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::StdMapPythonVisitor< Key, T, Compare, Allocator, NoProxy > Struct Template Reference

Expose an std::map from a type given as template argument. More...

#include <eigenpy/std-map.hpp>

Inheritance diagram for eigenpy::StdMapPythonVisitor< Key, T, Compare, Allocator, NoProxy >:
[legend]
Collaboration diagram for eigenpy::StdMapPythonVisitor< Key, T, Compare, Allocator, NoProxy >:
[legend]

Detailed Description

template<class Key, class T, class Compare = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>, bool NoProxy = false>
struct eigenpy::StdMapPythonVisitor< Key, T, Compare, Allocator, NoProxy >

Expose an std::map from a type given as template argument.

Parameters
[in]TType to expose as std::map<T>.
[in]CompareType for the Compare in std::map<T,Compare,Allocator>.
[in]AllocatorType for the Allocator in std::map<T,Compare,Allocator>.
[in]NoProxyWhen set to false, the elements will be copied when returned to Python.

Definition at line 35 of file std-map.hpp.


The documentation for this struct was generated from the following file: