struct InferenceEngine::gapi::kernels::remove¶
struct InferenceEngine::gapi::kernels::remove<list<head_t, types…>, t>¶
struct InferenceEngine::gapi::kernels::remove<list<>, t>¶
#include <ie_preprocess_gapi_kernels.hpp>
template <template<typename ...> class list, typename t>
struct remove<list<>, t>
{
// typedefs
typedef list<> type;
};