NVIDIA NvNeural SDK  2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
nvneural::InterfaceOf< TInterface > Struct Template Reference

Helper template to aid retrieval of interface IDs. More...

#include <nvneural/CoreTypes.h>

Static Public Attributes

static constexpr IRefObject::TypeId value = TInterface::typeID
 This member evaluates to the typeID associated with TInterface.
 

Detailed Description

template<typename TInterface>
struct nvneural::InterfaceOf< TInterface >

Helper template to aid retrieval of interface IDs.

The interface returned is suitable for IRefObject::queryInterface().

You may further specialize this template as necessary for your own uses.

Template Parameters
TInterfaceInterface to retrieve details of

The documentation for this struct was generated from the following file: