Scarab  v2.9.1
Project 8 C++ Utility Library
Classes | Functions | Variables
test_stl.cpp File Reference
#include "pybind11_tests.h"
#include "constructor_stats.h"
#include <pybind11/stl.h>
#include <vector>
#include <string>
Include dependency graph for test_stl.cpp:

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)
 

Function Documentation

◆ PYBIND11_MAKE_OPAQUE()

PYBIND11_MAKE_OPAQUE ( std::vector< std::string, std::allocator< std::string >>  )

◆ test_submodule_stl()

void test_submodule_stl ( py::module m)

test_stl_vector_ownership

test_issue_1561

Definition at line 53 of file test_stl.cpp.

Variable Documentation

◆ stl

test_initializer stl("stl", test_submodule_stl)