pybind11/docs/advanced
Jason Rhinelander 4e1e4a580e Allow py::arg().none(false) argument attribute
This attribute lets you disable (or explicitly enable) passing None to
an argument that otherwise would allow it by accepting
a value by raw pointer or shared_ptr.
2017-05-24 13:10:57 -04:00
..
cast Add type caster for std::variant and other variant-like classes 2017-04-29 17:31:30 +02:00
pycpp Allow std::complex field with PYBIND11_NUMPY_DTYPE (#831) 2017-05-10 11:36:24 +02:00
classes.rst added note about trailing commas (fixes #593) 2017-03-22 21:39:19 +01:00
exceptions.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
functions.rst Allow py::arg().none(false) argument attribute 2017-05-24 13:10:57 -04:00
misc.rst Add a scope guard call policy 2017-04-03 00:52:47 +02:00
smart_ptrs.rst Improve custom holder support (#607) 2017-01-31 17:05:44 +01:00