mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-25 06:22:12 +00:00
*** empty log message ***
[SVN r33923]
This commit is contained in:
committed by
Peter Dimov
parent
8b9f918eea
commit
3acd764e5b
@@ -57,7 +57,7 @@ The **arity range** of a |KeywordsSpec| is determined by:
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
[ mpl::size<S> - number of *special* in ``S`` , mpl::size<S> ]
|
||||
[ mpl::size<S> - number of *special* keyword tags in ``S`` , mpl::size<S> ]
|
||||
|
||||
For example, the **arity range** of ``mpl::vector2<x,y>`` is 2, the **arity range** of
|
||||
``mpl::vector2<x,y*>`` is 2 and the **arity range** of ``mpl::vector2<x,y**>`` is 1.
|
||||
|
||||
Reference in New Issue
Block a user