pybind/pybind11

Feature Request: bind_set

Open

#1,711 opened on Mar 1, 2019

View on GitHub
 (5 comments) (2 reactions) (0 assignees)C++ (2,005 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (14,677 stars)
PR merge metrics
 (Avg merge 5d 2h) (10 merged PRs in 30d)

Description

There are already helper templates to create bindings for std::map and std::vector. It would be great to have the same option for std::set.

Contributor guide