Classes | Macros | Functions
bpair.h File Reference
#include <Bentley/stdcxx/rw/_defs.h>

Go to the source code of this file.

Classes

struct  bpair< _TypeT, _TypeU >
 A template that has many of the capabilities of std::pair. More...
 

Macros

#define _RWSTD_RW_PAIR_H_INCLUDED
 

Functions

template<class _TypeT , class _TypeU >
bool operator== (const bpair< _TypeT, _TypeU > &__x, const bpair< _TypeT, _TypeU > &__y)
 
template<class _TypeT , class _TypeU >
bool operator!= (const bpair< _TypeT, _TypeU > &__x, const bpair< _TypeT, _TypeU > &__y)
 
template<class _TypeT , class _TypeU >
bool operator< (const bpair< _TypeT, _TypeU > &__x, const bpair< _TypeT, _TypeU > &__y)
 
template<class _TypeT , class _TypeU >
bool operator> (const bpair< _TypeT, _TypeU > &__x, const bpair< _TypeT, _TypeU > &__y)
 
template<class _TypeT , class _TypeU >
bool operator>= (const bpair< _TypeT, _TypeU > &__x, const bpair< _TypeT, _TypeU > &__y)
 
template<class _TypeT , class _TypeU >
bool operator<= (const bpair< _TypeT, _TypeU > &__x, const bpair< _TypeT, _TypeU > &__y)
 
template<class _TypeT , class _TypeU >
bpair< _TypeT, _TypeU > make_bpair (_TypeT __x, _TypeU __y)
 

Macro Definition Documentation

#define _RWSTD_RW_PAIR_H_INCLUDED

Function Documentation

bpair<_TypeT, _TypeU> make_bpair ( _TypeT  __x,
_TypeU  __y 
)
bool operator!= ( const bpair< _TypeT, _TypeU > &  __x,
const bpair< _TypeT, _TypeU > &  __y 
)
bool operator< ( const bpair< _TypeT, _TypeU > &  __x,
const bpair< _TypeT, _TypeU > &  __y 
)
bool operator<= ( const bpair< _TypeT, _TypeU > &  __x,
const bpair< _TypeT, _TypeU > &  __y 
)
bool operator== ( const bpair< _TypeT, _TypeU > &  __x,
const bpair< _TypeT, _TypeU > &  __y 
)
bool operator> ( const bpair< _TypeT, _TypeU > &  __x,
const bpair< _TypeT, _TypeU > &  __y 
)
bool operator>= ( const bpair< _TypeT, _TypeU > &  __x,
const bpair< _TypeT, _TypeU > &  __y 
)

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.