Member access operators

Synopses

Declared in <folly/Replaceable.h>

Accesses the contained object. Intended to be very unsurprising.

constexpr
T const*
operator‐>() const;

Accesses the contained object.

constexpr
T*
operator‐>();

Return Value

  • A const pointer to the contained object.

  • A pointer to the contained object.

Created with MrDocs