#include <stl_binders.hpp>
|
| map_binder (pybind11::module &m, std::string const &key_name, std::string const &value_name, std::string const &comparator_name, std::string const &allocator_name) |
|
◆ map_binder()
template<typename Key , typename T , typename Compare , class Allocator >
binder::map_binder< Key, T, Compare, Allocator >::map_binder |
( |
pybind11::module & |
m, |
|
|
std::string const & |
key_name, |
|
|
std::string const & |
value_name, |
|
|
std::string const & |
comparator_name, |
|
|
std::string const & |
allocator_name |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: