|
HDK
|
Classes | |
| struct | if_char_array_make_ptr |
| struct | if_char_array_make_ptr< T(&)[N]> |
Typedefs | |
| template<class T > | |
| using | if_char_array_make_ptr_t = typename if_char_array_make_ptr< T >::type |
Functions | |
| void | MakeStringImpl (std::ostringstream &) noexcept |
| template<typename T > | |
| void | MakeStringImpl (std::ostringstream &ss, const T &t) noexcept |
| template<typename T , typename... Args> | |
| void | MakeStringImpl (std::ostringstream &ss, const T &t, const Args &...args) noexcept |
| template<typename... Args> | |
| std::string | MakeStringImpl (const Args &...args) noexcept |
| template<typename... Args> | |
| std::string | MakeStringWithClassicLocaleImpl (const Args &...args) noexcept |
| using onnxruntime::detail::if_char_array_make_ptr_t = typedef typename if_char_array_make_ptr<T>::type |
Definition at line 82 of file make_string.h.
|
inlinenoexcept |
Definition at line 29 of file make_string.h.
|
inlinenoexcept |
Definition at line 33 of file make_string.h.
|
inlinenoexcept |
Definition at line 38 of file make_string.h.
|
inlinenoexcept |
Definition at line 45 of file make_string.h.
|
inlinenoexcept |
Definition at line 52 of file make_string.h.