Same as the preceding overload, using the specified format.

Synopsis

Declared in <ball_recordstringformatter.h>

explicit
RecordStringFormatter(
    std::string_view const& format,
    allocator_type const& allocator = allocator_type());

Parameters

Name

Description

format

printf‐style format specification

allocator

allocator used to supply memory

Created with MrDocs