This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
#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); };