Creates a FixedString<64> from a string literal.
Declared in <folly/FixedString.h>
constexpr
FixedString<64>
operator""_fs64(
char const* that,
std::size_t count) noexcept(false);
A FixedString<64> holding the literal's characters.
| Name | Description |
|---|---|
| that | A pointer to the literal's characters. |
| count | The number of characters in the literal. |