* 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

Name

Description

membername

the data‐member name to access

Created with MrDocs