bsl::select1st::operator()

Return a reference to the first member of the specified x.

Synopsis

Declared in <bslstp_exfunctional.h>

PAIR::first_type const&
operator()(PAIR const& x) const;

Return Value

const reference to x.first

Parameters

NameDescription
xpair from which to select the first member