Classes | Functions
test_stl_binders.cpp File Reference
#include "pybind11_tests.h"
#include <pybind11/stl_bind.h>
#include <pybind11/numpy.h>
#include <map>
#include <deque>
#include <unordered_map>
Include dependency graph for test_stl_binders.cpp:

Go to the source code of this file.

Classes

class  E_nc
 Issue #487: binding std::vector<E> with E non-copyable. More...
 
class  El
 

Functions

template<class Container >
Container * one_to_n (int n)
 
std::ostream & operator<< (std::ostream &s, El const &v)
 
 TEST_SUBMODULE (stl_binders, m)
 
template<class NestMap >
NestMap * times_hundred (int n)
 
template<class Map >
Map * times_ten (int n)
 

Function Documentation

template<class Container >
Container* one_to_n ( int  n)

Definition at line 43 of file test_stl_binders.cpp.

std::ostream& operator<< ( std::ostream &  s,
El const &  v 
)

Definition at line 26 of file test_stl_binders.cpp.

TEST_SUBMODULE ( stl_binders  ,
m   
)

Definition at line 65 of file test_stl_binders.cpp.

template<class NestMap >
NestMap* times_hundred ( int  n)

Definition at line 57 of file test_stl_binders.cpp.

template<class Map >
Map* times_ten ( int  n)

Definition at line 50 of file test_stl_binders.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:40