FOLLY_CREATE_MEMBER_ACCESSOR_SUITE

* FOLLY_CREATE_MEMBER_ACCESSOR_SUITE

Synopsis

Declared in <folly/functional/Invoke.h>

#define FOLLY_CREATE_MEMBER_ACCESSOR_SUITE(membername)

Description

Used to create an accessor type and associated variable bound to a specific data-member name, providing access to that data-member. The accessor variable is named like the member name and the accessor type is named with a suffix of _fn.

Parameters

NameDescription
membernamethe data-member name to access