#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 | std::hash< TplCtorClass > |
struct | OptionalHolder< OptionalImpl, T > |
struct | TplCtorClass |
Issue #528: templated constructor. More... | |
Namespaces | |
std | |
Functions | |
PYBIND11_MAKE_OPAQUE (std::vector< std::string, std::allocator< std::string >>) | |
TEST_SUBMODULE (stl, m) | |
PYBIND11_MAKE_OPAQUE | ( | std::vector< std::string, std::allocator< std::string >> | ) |
TEST_SUBMODULE | ( | stl | , |
m | |||
) |