Quick Links:

bal | bbl | bdl | bsl

Protected Member Functions | Protected Attributes

bsl::Pair_Second< TYPE & > Struct Template Reference
[Component bslstl_pair]

#include <bslstl_pair.h>

List of all members.

Protected Member Functions

BSLS_KEYWORD_CONSTEXPR Pair_Second (TYPE &value)
template<class PARAM >
BSLS_KEYWORD_CONSTEXPR Pair_Second (const PARAM &value)
template<class PARAM >
BSLS_KEYWORD_CONSTEXPR Pair_Second (PARAM &value)
template<class PARAM >
BSLS_KEYWORD_CONSTEXPR Pair_Second (const PARAM &value, BloombergLP::bslma::Allocator *basicAllocator, Pair_BslmaIdiomNone)
template<class PARAM >
BSLS_KEYWORD_CONSTEXPR Pair_Second (PARAM &value, BloombergLP::bslma::Allocator *basicAllocator, Pair_BslmaIdiomNone)
 ~Pair_Second ()
Pair_Secondoperator= (const Pair_Second &rhs) BSLS_KEYWORD_NOEXCEPT

Protected Attributes

TYPE & second

Detailed Description

template<class TYPE>
struct bsl::Pair_Second< TYPE & >

This component-private class holds the second data member of a pair and constructs it appropriately.

See Component bslstl_pair


Member Data Documentation

template<class TYPE >
TYPE& bsl::Pair_Second< TYPE & >::second [protected]

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