data overloads

Synopses

Declared in <folly/FBString.h>

Returns a pointer to the string's buffer.

value_type const*
data() const;

Returns a writable pointer to the string's buffer.

Return Value

  • A const pointer to the character buffer.

  • A pointer to the character buffer.

Created with MrDocs