cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Classes | Functions
test_stl.cpp File Reference
#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  std::hash< TplCtorClass >
 
struct  OptionalHolder< OptionalImpl, T >
 

Functions

 PYBIND11_MAKE_OPAQUE (std::vector< std::string, std::allocator< std::string >>)
 
 TEST_SUBMODULE (stl, m)
 

Function Documentation

◆ PYBIND11_MAKE_OPAQUE()

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

◆ TEST_SUBMODULE()

TEST_SUBMODULE ( stl  ,
 
)

test_stl_vector_ownership

test_issue_1561

Definition at line 64 of file test_stl.cpp.