Rosetta
|
#include <stl_binders.hpp>
Public Member Functions | |
vector_binder (pybind11::module &m, std::string const &name, std::string const &) | |
Private Types | |
using | Vector = std::vector< T, Allocator > |
using | SizeType = typename Vector::size_type |
using | Class_ = pybind11::class_< Vector, std::shared_ptr< Vector > > |
|
private |
|
private |
|
private |
|
inline |