BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt::FormatterCharUtil< wchar_t > Struct Reference

#include <bslfmt_formattercharutil.h>

Detailed Description

This is a specialization of FormatterCharUtil template providing utility functions for outputting data to the objects specialized by wchar_t type and referred by the corresponding output iterator.

Static Public Member Functions

template<class t_ITERATOR >
static t_ITERATOR outputFromChar (const char *begin, const char *end, t_ITERATOR out)
 
template<class t_ITERATOR >
static t_ITERATOR outputFromChar (const char value, t_ITERATOR out)
 

Member Function Documentation

◆ outputFromChar() [1/2]

template<class t_ITERATOR >
t_ITERATOR bslfmt::FormatterCharUtil< wchar_t >::outputFromChar ( const char *  begin,
const char *  end,
t_ITERATOR  out 
)
static

Output to the specified output iterator out the character sequence starting at the specified begin address and ending immediately before the specified end address. Return out incremented by the number of characters written.

Precondition
The behavior is undefined unless begin <= end.
Note
Note that in case of a negative input character the outputted result is unspecified.

◆ outputFromChar() [2/2]

template<class t_ITERATOR >
t_ITERATOR bslfmt::FormatterCharUtil< wchar_t >::outputFromChar ( const char  value,
t_ITERATOR  out 
)
static

Output to the specified output iterator out the specified value. Return incremented out.

Note
Note that in case of a negative input character the outputted result is unspecified.

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