OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide
#include <parallel.hpp> template <typename C, typename R, typename... Args> struct NumOfLambdaArgs<R(C::\*)(Args...) const> { // fields static constexpr static int value = sizeof...(Args); };