![]() |
BOOST_EGG_MAX_ARITY is an
overridable configuration macro regulating the maximum supported arity of
by_perfect.
|
Valid expression |
Semantics |
|---|---|
|
|
|
|
|
Overrides |
5 <=
N &&
N <=
BOOST_RESULT_OF_NUM_ARGS.
N <=
BOOST_EGG_MAX_LINEAR_ARITY.
![]() |
Caution |
|---|---|
|
BOOST_EGG_MAX_LINEAR_ARITY
affects the maximum supported arity of by_ref,
by_cref and by_value etc.
|
Valid expression |
Semantics |
|---|---|
|
|
|
|
|
Overrides |
10 <=
N &&
N <=
BOOST_RESULT_OF_NUM_ARGS.
BOOST_EGG_MAX_ARITY <=
N.