function_param_limit

Description

The function_param_limit metafunction retrieves the maximum number of parameters for a function. This can be annotated using limit decorator.

Synopsis

template<class F>
struct function_param_limit;