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 <selective_build.h> template <typename C, typename T> struct case_wrapper { // typedefs typedef T type; // fields const C value {}; // construction case_wrapper(C&& val); };