GetKeyValue property
Pointer<NativeFunction<Pointer<Char> Function(Pointer<OrtKeyValuePairs> kvps, Pointer<Char> key)> >
GetKeyValue
getter/setter pair
\brief Get the value associated with a key in the OrtKeyValuePairs instance.
\paramin kvps OrtKeyValuePairs instance.
\paramin key Key to be searched.
\return The value associated with the key, or nullptr if the key does not exist.
\since Version 1.22.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Pointer<ffi.Char> Function(
ffi.Pointer<OrtKeyValuePairs> kvps,
ffi.Pointer<ffi.Char> key,
)
>
>
GetKeyValue;