mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
Reorganize documentation
This commit is contained in:
@@ -215,9 +215,9 @@ Passing extra arguments to the def function
|
||||
|
||||
.. function:: arg::arg(const char *name)
|
||||
|
||||
.. function:: template <typename T> arg_t<T> arg::operator=(const T &value)
|
||||
.. function:: template <typename T> arg_v arg::operator=(T &&value)
|
||||
|
||||
.. class:: template <typename T> arg_t<T> : public arg
|
||||
.. class:: arg_v : public arg
|
||||
|
||||
Represents a named argument with a default value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user