eigenpy::StdMapPythonVisitor< Key, T, Compare, Allocator, NoProxy > Struct Template Reference

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

#include <std-map.hpp>

Inheritance diagram for eigenpy::StdMapPythonVisitor< Key, T, Compare, Allocator, NoProxy >:
Inheritance graph
[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:


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 26 2025 02:17:30