Return a reference to the second member of the specified x.
Declared in <bslstp_exfunctional.h>
PAIR::second_type const&
operator()(PAIR const& x) const;
const reference to x.second
| Name | Description |
|---|---|
| x | pair from which to select the second member |