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
Name |
Description |
x |
pair from which to select the second member |
Created with MrDocs