struct InferenceEngine::gapi::kernels::head<list<head_t, types…>>

#include <ie_preprocess_gapi_kernels.hpp>

template <
    template<typename ...> class list,
    typename head_t,
    typename ... types
    >
struct head<list<head_t, types...>>
{
    // typedefs

    typedef head_t type;
};

struct InferenceEngine::gapi::kernels::head