Return true if the passed function object returns true for all parameter pack values as input.
All values of the parameter pack need to be of the same type.
- Template Parameters
-
| t_pack | The parameter pack that should be checked |
| T_Func | Type of the passed callable object. |
- Parameters
-
| [in] | func | The function or functor that should be evaluated with all parameter pack elements |
- Returns
true or false