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