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 >>) | |
TEST_SUBMODULE (opaque_types, m) | |
using StringList = std::vector<std::string, std::allocator<std::string> > |
Definition at line 23 of file test_opaque_types.cpp.
PYBIND11_MAKE_OPAQUE | ( | std::vector< std::string, std::allocator< std::string >> | ) |
TEST_SUBMODULE | ( | opaque_types | , |
m | |||
) |
Definition at line 25 of file test_opaque_types.cpp.