mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
[ci skip] tfw you forget to add it to the table of contents
This commit is contained in:
parent
d1c203b0c5
commit
76bed7a09c
|
@ -12,6 +12,7 @@ Browse the various function and classes :doc:`Sol<../index>` utilizes to make yo
|
||||||
state
|
state
|
||||||
table
|
table
|
||||||
proxy
|
proxy
|
||||||
|
containers
|
||||||
as_table
|
as_table
|
||||||
usertype
|
usertype
|
||||||
simple_usertype
|
simple_usertype
|
||||||
|
|
|
@ -23,3 +23,4 @@ There are also some notes about guarantees you can find about usertypes, and the
|
||||||
* Member methods, properties, variables and functions taking ``self&`` arguments modify data directly
|
* Member methods, properties, variables and functions taking ``self&`` arguments modify data directly
|
||||||
- Work on a copy by taking or returning a copy by value.
|
- Work on a copy by taking or returning a copy by value.
|
||||||
* The actual metatable associated with the usertype has a long name and is defined to be opaque by the Sol implementation.
|
* The actual metatable associated with the usertype has a long name and is defined to be opaque by the Sol implementation.
|
||||||
|
* Containers get pushed as special usertypes, but can be disabled if problems arising as detailed :doc:`here<api/containers>`.
|
Loading…
Reference in New Issue
Block a user