HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
string_helper.h
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License.
3 
4 #pragma once
5 #include <string>
6 
7 // forward declaration
8 struct OrtAllocator;
9 namespace onnxruntime {
10 char* StrDup(const std::string& str, OrtAllocator* allocator);
11 } // namespace onnxruntime
char * StrDup(const std::string &str, OrtAllocator *allocator)
GLsizei const GLchar *const * string
Definition: glcorearb.h:814
Memory allocation interface.