Write padWidth copies of the specified single wide‐character filler.
Synopsis
Declared in <bslfmt_padutil.h>
template<class t_ITERATOR>
static
t_ITERATOR
pad(
t_ITERATOR out,
std::ptrdiff_t padWidth,
wchar_t filler);
Created with MrDocs