Create a StringPiece from a char string literal.
Declared in <folly/Range.h>
constexpr
Range<char const*>
operator""_sp(
char const* str,
size_t len) noexcept;
A range referencing the literal.
| Name | Description |
|---|---|
| str | Pointer to the literal's characters. |
| len | The number of characters in the literal. |