User-defined literal building a cstring_view from a string literal.
Declared in <folly/lang/cstring_view.h>
constexpr
cstring_view
operator""_csv(
char const* str,
std::size_t len) noexcept;
A cstring_view referring to the literal.
| Name | Description |
|---|---|
| str | Pointer to the literal's null-terminated character buffer. |
| len | Length of the literal, excluding the null terminator. |