HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::detail::Unowned< T > Struct Template Reference

This is a tagging template type. Use it with Base<T> to indicate that the C++ interface object has no ownership of the underlying C object. More...

#include <onnxruntime_cxx_api.h>

Public Types

using Type = T
 

Detailed Description

template<typename T>
struct Ort::detail::Unowned< T >

This is a tagging template type. Use it with Base<T> to indicate that the C++ interface object has no ownership of the underlying C object.

Definition at line 232 of file onnxruntime_cxx_api.h.

Member Typedef Documentation

template<typename T >
using Ort::detail::Unowned< T >::Type = T

Definition at line 233 of file onnxruntime_cxx_api.h.


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