HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::MapTypeInfo Struct Reference

Wrapper around ::OrtMapTypeInfo. More...

#include <onnxruntime_cxx_api.h>

+ Inheritance diagram for Ort::MapTypeInfo:

Public Member Functions

 MapTypeInfo (std::nullptr_t)
 Create an empty MapTypeInfo object, must be assigned a valid one to be used. More...
 
 MapTypeInfo (OrtMapTypeInfo *p)
 
- Public Member Functions inherited from Ort::detail::MapTypeInfoImpl< OrtMapTypeInfo >
ONNXTensorElementDataType GetMapKeyType () const
 Wraps OrtApi::GetMapKeyType. More...
 
TypeInfo GetMapValueType () const
 Wraps OrtApi::GetMapValueType. More...
 
- Public Member Functions inherited from Ort::detail::Base< OrtMapTypeInfo >
constexpr Base ()=default
 
constexpr Base (contained_type *p) noexcept
 
 Base (const Base &)=delete
 
 Base (Base &&v) noexcept
 
 ~Base ()
 
Baseoperator= (const Base &)=delete
 
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

- Public Types inherited from Ort::detail::MapTypeInfoImpl< OrtMapTypeInfo >
using B = Base< OrtMapTypeInfo >
 
- Public Types inherited from Ort::detail::Base< OrtMapTypeInfo >
using contained_type = OrtMapTypeInfo
 
- Protected Attributes inherited from Ort::detail::Base< OrtMapTypeInfo >
contained_typep_
 

Detailed Description

Wrapper around ::OrtMapTypeInfo.

Definition at line 898 of file onnxruntime_cxx_api.h.

Constructor & Destructor Documentation

Ort::MapTypeInfo::MapTypeInfo ( std::nullptr_t  )
inlineexplicit

Create an empty MapTypeInfo object, must be assigned a valid one to be used.

Definition at line 899 of file onnxruntime_cxx_api.h.

Ort::MapTypeInfo::MapTypeInfo ( OrtMapTypeInfo *  p)
inlineexplicit

Definition at line 900 of file onnxruntime_cxx_api.h.


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