#include "pybind11_tests.h"
#include <pybind11/stl_bind.h>
#include <pybind11/numpy.h>
#include <map>
#include <deque>
#include <unordered_map>
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) |
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.
NestMap* times_hundred | ( | int | n | ) |
Definition at line 57 of file test_stl_binders.cpp.
Map* times_ten | ( | int | n | ) |
Definition at line 50 of file test_stl_binders.cpp.