Extracts the nth element of each tuple‐like value.

Synopsis

Declared in <folly/gen/Base.h>

template<
    int n,
    class Get = /* implementation-defined */>
Get
get();

Return Value

An operator yielding the nth element of each value.

Created with MrDocs