![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
#include "pybind11_tests.h"#include "constructor_stats.h"#include <pybind11/stl.h>#include <vector>#include <string>
Go to the source code of this file.
Classes | |
| struct | TplCtorClass |
| Issue #528: templated constructor. More... | |
| struct | hash< TplCtorClass > |
Functions | |
| PYBIND11_MAKE_OPAQUE (std::vector< std::string, std::allocator< std::string >>) | |
| void | test_submodule_stl (py::module &) |
Variables | |
| test_initializer | stl ("stl", test_submodule_stl) |
| PYBIND11_MAKE_OPAQUE | ( | std::vector< std::string, std::allocator< std::string >> | ) |
| void test_submodule_stl | ( | py::module & | m | ) |
| test_initializer stl("stl", test_submodule_stl) |
1.8.13