struct openvino::cc::internal::case_wrapper¶
#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);
};