Type of the I‐th element of a lite_tuple.

Synopsis

Declared in <folly/detail/tuple.h>

template<
    size_t I,
    typename... Ts>
struct tuple_element<I, /* implementation-defined */>;

Type Aliases

Name

Description

type

The type of the I‐th element.

Created with MrDocs