folly::operator""_csv

User-defined literal building a cstring_view from a string literal.

Synopsis

Declared in <folly/lang/cstring_view.h>

constexpr
cstring_view
operator""_csv(
    char const* str,
    std::size_t len) noexcept;

Return Value

A cstring_view referring to the literal.

Parameters

NameDescription
strPointer to the literal's null-terminated character buffer.
lenLength of the literal, excluding the null terminator.