pybind11/docs/advanced
Henry Schreiner f12ec00d70
feat: py::type::of<T>() and py::type::of(h) (#2364)
* feat: type<T>()

* refactor: using py::type as class

* refactor: py::object as base

* wip: tigher api

* refactor: fix conversion and limit API further

* docs: some added notes from @EricCousineau-TRI

* refactor: use py::type::of
2020-09-14 18:06:26 -04:00
..
cast feat: py::type::of<T>() and py::type::of(h) (#2364) 2020-09-14 18:06:26 -04:00
pycpp Avoid C-style casts for pointers in docs (#2487) 2020-09-14 20:07:29 +02:00
classes.rst feat: py::type::of<T>() and py::type::of(h) (#2364) 2020-09-14 18:06:26 -04:00
embedding.rst feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
exceptions.rst Add note about specifying custom base class for Exceptions. (#2465) 2020-09-06 13:35:53 +02:00
functions.rst Avoid C-style casts for pointers in docs (#2487) 2020-09-14 20:07:29 +02:00
misc.rst Avoid C-style casts for pointers in docs (#2487) 2020-09-14 20:07:29 +02:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00