pybind11/docs/advanced/cast
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
..
chrono.rst Added ability to convert from datetime.date to system_clock::time_point (#1848) 2019-07-19 11:28:48 +02:00
custom.rst Revert "Change __init__(self) to __new__(cls)" 2020-04-26 22:53:50 +02:00
eigen.rst ci: disallow some common capitalization mistakes (#2472) 2020-09-08 15:26:50 +02:00
functional.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00
index.rst feat: py::type::of<T>() and py::type::of(h) (#2364) 2020-09-14 18:06:26 -04:00
overview.rst added std::deque to overview.rst 2018-11-16 06:46:48 +01:00
stl.rst Adds type_caster support for std::deque. (#1609) 2018-11-16 06:45:19 +01:00
strings.rst Clarify docs for functions taking bytes and not str. 2018-05-24 11:09:41 -03:00