|
BDE 4.39.x Production Release
|
#include <bdlb_pairutil.h>
This struct provides a namespace for the functions that make working with bsl::pair-like containers more convenient or adapting such containers to work with standard library utilities.
See bdlb_pairutil
Static Public Member Functions | |
| template<class t_FIRST , class t_SECOND > | |
| static bsl::pair< t_FIRST &, t_SECOND & > | tie (t_FIRST &first, t_SECOND &second) |
|
inlinestatic |
Return a bsl::pair object holding a reference to the specified first and a reference to the specified second, respectively.