BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt::format_to_n_result< t_OUT > Struct Template Reference

#include <bslfmt_format_imp.h>

Detailed Description

template<class t_OUT>
struct bslfmt::format_to_n_result< t_OUT >

This type mirrors the format_to_n_result type as specified in the standard. It exists to enable the format_to_n function to return both an output iterator (the specified t_OUT template parameter) and the untrunctated size.

See bslfmt_format_imp

Public Attributes

t_OUT out
 
bsl::iterator_traits< t_OUT >::difference_type size
 

Member Data Documentation

◆ out

template<class t_OUT >
t_OUT bslfmt::format_to_n_result< t_OUT >::out

◆ size

template<class t_OUT >
bsl::iterator_traits<t_OUT>::difference_type bslfmt::format_to_n_result< t_OUT >::size

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