struct ov::helpers::NumOfLambdaArgs

struct ov::helpers::NumOfLambdaArgs<R(C::*)(Args…) const>

#include <parallel.hpp>

template <typename C, typename R, typename... Args>
struct NumOfLambdaArgs<R(C::\*)(Args...) const>
{
    // fields

    static constexpr static int value = sizeof...(Args);
};