Type that wraps a basic_string_view for use by formatting function. The constructor performs additional compile‐time checks of the format string provided (not yet implemented).
Synopsis
Declared in <bslfmt_format_string.h>
template<
class t_CHAR,
class... t_ARGS>
class basic_format_string;
Member Functions
Name |
Description |
|
Create an instance of this type from the specified |
Return the wrapped |
Friends
Name |
Description |
|
This is a component‐private type which enables test drivers to work around the compile‐time restrictions in |
Created with MrDocs