folly::gen::MemberType

Selects the const or non-const overload of a member accessor.

Synopsis

Declared in <folly/gen/Base.h>

enum MemberType;

Members

NameDescription
Const Select the const overload.
Mutable Select the non-const overload.