libcopp 2.3.1
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions
util::string::int2str_helper< T > Struct Template Reference

#include <string_oprs.h>

Collaboration diagram for util::string::int2str_helper< T >:
Collaboration graph

Public Types

using value_type_s = T
 
using value_type_u = typename std::make_unsigned< T >::type
 

Static Public Member Functions

static size_t call (char *str, size_t strsz, value_type_s in)
 
static size_t call (char *str, size_t strsz, value_type_u in)
 

Detailed Description

template<class T>
struct util::string::int2str_helper< T >

Definition at line 259 of file string_oprs.h.

Member Typedef Documentation

◆ value_type_s

template<class T >
using util::string::int2str_helper< T >::value_type_s = T

Definition at line 260 of file string_oprs.h.

◆ value_type_u

template<class T >
using util::string::int2str_helper< T >::value_type_u = typename std::make_unsigned<T>::type

Definition at line 261 of file string_oprs.h.

Member Function Documentation

◆ call() [1/2]

template<class T >
static size_t util::string::int2str_helper< T >::call ( char *  str,
size_t  strsz,
value_type_s  in 
)
inlinestatic

Definition at line 263 of file string_oprs.h.

References util::string::int2str_signed().

◆ call() [2/2]

template<class T >
static size_t util::string::int2str_helper< T >::call ( char *  str,
size_t  strsz,
value_type_u  in 
)
inlinestatic

Definition at line 265 of file string_oprs.h.

References util::string::int2str_unsigned().


The documentation for this struct was generated from the following file: