22 #include <type_traits>
24 namespace onnxruntime {
36 template <
typename T,
typename... Args>
43 template <
typename... Args>
45 std::ostringstream ss;
63 template <
class T,
size_t N>
80 template <
typename... Args>
100 template <
typename... Args>
102 std::ostringstream ss;
103 ss.imbue(std::locale::classic());
GLsizei const GLchar *const * string
GLsizei const GLfloat * value
typename std::conditional< std::is_same< char, element_type >::value, T *, T(&)[N]>::type type
std::string MakeString(const Args &...args)
void MakeStringImpl(std::ostringstream &) noexcept
std::string MakeStringWithClassicLocale(const Args &...args)
GA_API const UT_StringHolder N
**If you just want to fire and args
typename std::remove_const< typename std::remove_extent< T >::type >::type element_type
typename if_char_array_make_ptr< T >::type if_char_array_make_ptr_t