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 |
using onnxruntime::detail::if_char_array_make_ptr_t = typedef typename if_char_array_make_ptr<T>::type |
Definition at line 73 of file make_string.h.
|
inlinenoexcept |
Definition at line 28 of file make_string.h.
|
inlinenoexcept |
Definition at line 32 of file make_string.h.
|
inlinenoexcept |
Definition at line 37 of file make_string.h.
|
inlinenoexcept |
Definition at line 44 of file make_string.h.