Quick Links:

bal | bbl | bdl | bsl

Static Public Member Functions

bdlb::PairUtil Struct Reference

#include <bdlb_pairutil.h>

List of all members.

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)

Detailed Description

This struct provides a namespace for the tie static function.

See Component bdlb_pairutil


Member Function Documentation

template<class t_FIRST , class t_SECOND >
static bsl::pair<t_FIRST&, t_SECOND&> bdlb::PairUtil::tie ( t_FIRST &  first,
t_SECOND &  second 
) [static]

Return a bsl::pair object holding a reference to the specified first and a reference to the specified second, respectively.


The documentation for this struct was generated from the following file: