HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::detail Namespace Reference

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
 

Typedef Documentation

template<class T >
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.

Function Documentation

void onnxruntime::detail::MakeStringImpl ( std::ostringstream &  )
inlinenoexcept

Definition at line 28 of file make_string.h.

template<typename T >
void onnxruntime::detail::MakeStringImpl ( std::ostringstream &  ss,
const T &  t 
)
inlinenoexcept

Definition at line 32 of file make_string.h.

template<typename T , typename... Args>
void onnxruntime::detail::MakeStringImpl ( std::ostringstream &  ss,
const T &  t,
const Args &...  args 
)
inlinenoexcept

Definition at line 37 of file make_string.h.

template<typename... Args>
std::string onnxruntime::detail::MakeStringImpl ( const Args &...  args)
inlinenoexcept

Definition at line 44 of file make_string.h.