Format Item repeated Count times.

Synopsis

Declared in <llvm/Support/FormatAdapters.h>

template<typename T>
/* implementation-defined */
fmt_repeat(
    T&& Item,
    size_t Count);

Return Value

An adapter that formats Item Count times.

Parameters

Name

Description

Item

Value to format.

Count

Number of times to format Item.

Created with MrDocs