![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|

Go to the source code of this file.
Typedefs | |
| using | StringList = std::vector< std::string, std::allocator< std::string > > |
Functions | |
| PYBIND11_MAKE_OPAQUE (std::vector< std::string, std::allocator< std::string >>) | |
| void | test_submodule_opaque_types (py::module &) |
Variables | |
| test_initializer | opaque_types ("opaque_types", test_submodule_opaque_types) |
| using StringList = std::vector<std::string, std::allocator<std::string> > |
Definition at line 21 of file test_opaque_types.cpp.
| PYBIND11_MAKE_OPAQUE | ( | std::vector< std::string, std::allocator< std::string >> | ) |
| void test_submodule_opaque_types | ( | py::module & | m | ) |
Definition at line 23 of file test_opaque_types.cpp.
| test_initializer opaque_types("opaque_types", test_submodule_opaque_types) |
1.8.13