BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslstl_hash.h>
#include <bslalg_synththreewayutil.h>
#include <bslh_hash.h>
#include <bslma_allocator.h>
#include <bslma_managedptr_pairproxy.h>
#include <bslma_usesbslmaallocator.h>
#include <bslmf_addlvaluereference.h>
#include <bslmf_allocatorargt.h>
#include <bslmf_conditional.h>
#include <bslmf_integersequence.h>
#include <bslmf_isbitwisecopyable.h>
#include <bslmf_isbitwiseequalitycomparable.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_isconvertible.h>
#include <bslmf_isnothrowswappable.h>
#include <bslmf_ispair.h>
#include <bslmf_isswappable.h>
#include <bslmf_istriviallycopyable.h>
#include <bslmf_istriviallydefaultconstructible.h>
#include <bslmf_makeintegersequence.h>
#include <bslmf_movableref.h>
#include <bslmf_usesallocatorargt.h>
#include <bslmf_util.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_libraryfeatures.h>
#include <bsls_platform.h>
#include <bsls_util.h>
#include <cstddef>
#include <utility>
#include <bsls_nativestd.h>
Go to the source code of this file.
Macros | |
#define | BSLSTL_PAIR_NO_IMPLICIT_DELETED_FOR_MOVE_OPS 1 |
#define | BSLSTL_PAIR_DO_NOT_DEFAULT_THE_DEFAULT_CONSTRUCTOR 1 |
#define | BSLSTL_PAIR_DO_NOT_SFINAE_TEST_IS_SWAPPABLE 1 |
Typedefs | |
typedef bsl::integral_constant< int, 0 > | bsl::Pair_BslmaIdiomNone |
typedef bsl::integral_constant< int, 1 > | bsl::Pair_BslmaIdiomAtEnd |
typedef bsl::integral_constant< int, 2 > | bsl::Pair_BslmaIdiomAllocatorArgT |
Functions | |
template<class TYPE > | |
void | std::swap (TYPE &a, TYPE &b) |
template<class T1 , class T2 > | |
BSLS_KEYWORD_CONSTEXPR bool | bsl::operator== (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs) |
template<class T1 , class T2 > | |
BSLS_KEYWORD_CONSTEXPR bool | bsl::operator!= (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs) |
template<class T1 , class T2 > | |
BSLS_KEYWORD_CONSTEXPR bool | bsl::operator< (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs) |
template<class T1 , class T2 > | |
BSLS_KEYWORD_CONSTEXPR bool | bsl::operator> (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs) |
template<class T1 , class T2 > | |
BSLS_KEYWORD_CONSTEXPR bool | bsl::operator<= (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs) |
template<class T1 , class T2 > | |
BSLS_KEYWORD_CONSTEXPR bool | bsl::operator>= (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs) |
template<class T1 , class T2 > | |
void | bsl::swap (pair< T1, T2 > &a, pair< T1, T2 > &b) BSLS_KEYWORD_NOEXCEPT_SPECIFICATION(BSLS_KEYWORD_NOEXCEPT_OPERATOR(a.swap(b))) |
template<class HASHALG , class T1 , class T2 > | |
void | bsl::hashAppend (HASHALG &hashAlg, const pair< T1, T2 > &input) |
Pass the specified input to the specified hashAlg | |
The content of this file has been pre-processed for Doxygen.