8#ifndef INCLUDED_BDLB_PAIRUTIL
9#define INCLUDED_BDLB_PAIRUTIL
102#include <bdlscm_version.h>
104#include <bsl_utility.h>
120 template <
class t_FIRST,
class t_SECOND>
134template <
class t_FIRST,
class t_SECOND>
Definition bslstl_pair.h:1210
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdlb_algorithmworkaroundutil.h:74
This struct provides a namespace for the tie static function.
Definition bdlb_pairutil.h:114
static bsl::pair< t_FIRST &, t_SECOND & > tie(t_FIRST &first, t_SECOND &second)
Definition bdlb_pairutil.h:136