mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
[ci skip] as_args docs
This commit is contained in:
parent
433e34cd9b
commit
d46f2aa1b0
|
@ -32,6 +32,7 @@ Browse the various function and classes :doc:`Sol<../index>` utilizes to make yo
|
|||
optional
|
||||
this_state
|
||||
variadic_args
|
||||
as_args
|
||||
overload
|
||||
property
|
||||
var
|
||||
|
|
|
@ -44,3 +44,7 @@ turn an iterable argument into multiple arguments
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
It is basically implemented as a `one-way customization point`_. For more information about customization points, see the :doc:`tutorial on how to customize Sol to work with your types<../tutorial/customization>`.
|
||||
|
||||
.. _one-way customization point: https://github.com/ThePhD/sol2/blob/develop/sol/as_args.hpp
|
||||
|
|
Loading…
Reference in New Issue
Block a user