folly::gen::Get

Function object that extracts the nth element of a tuple-like value.

Synopsis

Declared in <folly/gen/Base.h>

template<int n>
class Get;

Member Functions

NameDescription
operator() Extracts the nth element of a tuple-like value.