Construct the first member from the single element of arg.
Declared in <bslstl_pair.h>
template<class ARG>
constexpr
Pair_First(
std::tuple<ARG>&& arg,
BloombergLP::bslstl::Pair_IndexSequence<0U> indices);
Construct the first member of a pair, forwarding in order the elements in the specified arg tuple to the corresponding constructor of (template parameter) TYPE. The length of the tuple is equal to the length of the index sequence passed to the constructor via the Pair_IndexSequence object.
| Name | Description |
|---|---|
| arg | single-element tuple forwarded to the constructor of TYPE |
| indices | index sequence enumerating the elements of arg |