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