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

#include <onnxruntime_cxx_api.h>

+ Inheritance diagram for Ort::detail::MapTypeInfoImpl< T >:

Public Types

using B = Base< T >
 
- Public Types inherited from Ort::detail::Base< T >
using contained_type = T
 

Public Member Functions

ONNXTensorElementDataType GetMapKeyType () const
 Wraps OrtApi::GetMapKeyType. More...
 
TypeInfo GetMapValueType () const
 Wraps OrtApi::GetMapValueType. More...
 
- Public Member Functions inherited from Ort::detail::Base< T >
constexpr Base ()=default
 
constexpr Base (contained_type *p) noexcept
 
 ~Base ()
 
 Base (const Base &)=delete
 
Baseoperator= (const Base &)=delete
 
 Base (Base &&v) noexcept
 
Baseoperator= (Base &&v) noexcept
 
constexpr operator contained_type * () const noexcept
 
contained_typerelease ()
 Relinquishes ownership of the contained C object pointer The underlying object is not destroyed. More...
 

Additional Inherited Members

- Protected Attributes inherited from Ort::detail::Base< T >
contained_typep_ {}
 

Detailed Description

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

Definition at line 884 of file onnxruntime_cxx_api.h.

Member Typedef Documentation

template<typename T>
using Ort::detail::MapTypeInfoImpl< T >::B = Base<T>

Definition at line 885 of file onnxruntime_cxx_api.h.

Member Function Documentation

template<typename T >
ONNXTensorElementDataType Ort::detail::MapTypeInfoImpl< T >::GetMapKeyType ( ) const
inline

Wraps OrtApi::GetMapKeyType.

Definition at line 1108 of file onnxruntime_cxx_inline.h.

template<typename T >
TypeInfo Ort::detail::MapTypeInfoImpl< T >::GetMapValueType ( ) const
inline

Wraps OrtApi::GetMapValueType.

Definition at line 1115 of file onnxruntime_cxx_inline.h.


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