[ci skip] as_args docs

This commit is contained in:
ThePhD 2016-11-26 14:04:44 -05:00
parent 433e34cd9b
commit d46f2aa1b0
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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