BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt::Format_ContextFactory Class Reference

#include <bslfmt_format_context.h>

Detailed Description

This class provides utility functions to enable manipulation of types declared by this component. It is solely for private use by other components of the bslfmt package and should not be used directly.

See bslfmt_format_context

Static Public Member Functions

template<class t_OUT , class t_CHAR >
static basic_format_context< t_OUT, t_CHAR > construct (t_OUT out, const basic_format_args< basic_format_context< t_OUT, t_CHAR > > &args)
 

Member Function Documentation

◆ construct()

template<class t_OUT , class t_CHAR >
basic_format_context< t_OUT, t_CHAR > bslfmt::Format_ContextFactory::construct ( t_OUT  out,
const basic_format_args< basic_format_context< t_OUT, t_CHAR > > &  args 
)
inlinestatic

Create a basic_format_context object holding the specified out output iterator and a basic_format_args object containing the specified fmt_args values.


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