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

#include <bslfmt_format_string.h>

Detailed Description

template<class t_CHAR>
struct bslfmt::Format_String_TestUpdater< t_CHAR >

This is a component-private type which enables test drivers to work around the compile-time restrictions in basic_format_string construction.

Static Public Member Functions

template<class t_FORMATSTRING >
static void update (t_FORMATSTRING *out, const t_CHAR *value)
 
template<class t_FORMATSTRING >
static void update (t_FORMATSTRING *out, bsl::basic_string_view< t_CHAR > value)
 

Member Function Documentation

◆ update() [1/2]

template<class t_CHAR >
template<class t_FORMATSTRING >
void bslfmt::Format_String_TestUpdater< t_CHAR >::update ( t_FORMATSTRING *  out,
bsl::basic_string_view< t_CHAR >  value 
)
static

Update the string contained in the specified out to the specified value.

◆ update() [2/2]

template<class t_CHAR >
template<class t_FORMATSTRING >
void bslfmt::Format_String_TestUpdater< t_CHAR >::update ( t_FORMATSTRING *  out,
const t_CHAR *  value 
)
static

Update the string contained in the specified out to the specified value.


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