BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslstl_stack.h File Reference

Go to the source code of this file.

Classes

class  bsl::stack< VALUE, CONTAINER >
 

Macros

#define BSLSTL_STACK_REQUIRES_CONTAINER_COMPATIBLE_RANGE(R, T)
 

Functions

template<class VALUE , class CONTAINER >
bool bsl::operator== (const stack< VALUE, CONTAINER > &lhs, const stack< VALUE, CONTAINER > &rhs)
 
template<class VALUE , class CONTAINER >
bool bsl::operator!= (const stack< VALUE, CONTAINER > &lhs, const stack< VALUE, CONTAINER > &rhs)
 
template<class VALUE , class CONTAINER >
bool bsl::operator< (const stack< VALUE, CONTAINER > &lhs, const stack< VALUE, CONTAINER > &rhs)
 
template<class VALUE , class CONTAINER >
bool bsl::operator> (const stack< VALUE, CONTAINER > &lhs, const stack< VALUE, CONTAINER > &rhs)
 
template<class VALUE , class CONTAINER >
bool bsl::operator<= (const stack< VALUE, CONTAINER > &lhs, const stack< VALUE, CONTAINER > &rhs)
 
template<class VALUE , class CONTAINER >
bool bsl::operator>= (const stack< VALUE, CONTAINER > &lhs, const stack< VALUE, CONTAINER > &rhs)
 
template<class VALUE , class CONTAINER >
void bsl::swap (stack< VALUE, CONTAINER > &lhs, stack< VALUE, CONTAINER > &rhs) BSLS_KEYWORD_NOEXCEPT_SPECIFICATION(false)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.