{fmt} formatter specialization for folly::StringPiece.

Synopsis

Declared in <folly/Range.h>

template<>
struct formatter<folly::StringPiece>;

Member Functions

Name

Description

format

Format a StringPiece into the output context.

Using Declarations

Name

Description

parse

Inherit the format‐spec parsing from the string_view formatter.

Created with MrDocs