bsl::select2nd::operator()

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

Synopsis

Declared in <bslstp_exfunctional.h>

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

Return Value

const reference to x.second

Parameters

NameDescription
xpair from which to select the second member