data overloads

Synopses

Declared in <folly/Padded.h>

Returns a pointer to this node's element storage.

T*
data();

Returns a const pointer to this node's element storage.

T const*
data() const;

Return Value

  • A pointer to the first element.

  • A const pointer to the first element.

Created with MrDocs