BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_set.h File Reference

Go to the source code of this file.

Classes

class  bsl::set< KEY, COMPARATOR, ALLOCATOR >
 
struct  bslalg::HasStlIterators< bsl::set< KEY, COMPARATOR, ALLOCATOR > >
 
struct  bslma::UsesBslmaAllocator< bsl::set< KEY, COMPARATOR, ALLOCATOR > >
 

Functions

template<class KEY , class COMPARATOR , class ALLOCATOR >
bool bsl::operator== (const set< KEY, COMPARATOR, ALLOCATOR > &lhs, const set< KEY, COMPARATOR, ALLOCATOR > &rhs)
 
template<class KEY , class COMPARATOR , class ALLOCATOR >
bool bsl::operator!= (const set< KEY, COMPARATOR, ALLOCATOR > &lhs, const set< KEY, COMPARATOR, ALLOCATOR > &rhs)
 
template<class KEY , class COMPARATOR , class ALLOCATOR >
bool bsl::operator< (const set< KEY, COMPARATOR, ALLOCATOR > &lhs, const set< KEY, COMPARATOR, ALLOCATOR > &rhs)
 
template<class KEY , class COMPARATOR , class ALLOCATOR >
bool bsl::operator> (const set< KEY, COMPARATOR, ALLOCATOR > &lhs, const set< KEY, COMPARATOR, ALLOCATOR > &rhs)
 
template<class KEY , class COMPARATOR , class ALLOCATOR >
bool bsl::operator<= (const set< KEY, COMPARATOR, ALLOCATOR > &lhs, const set< KEY, COMPARATOR, ALLOCATOR > &rhs)
 
template<class KEY , class COMPARATOR , class ALLOCATOR >
bool bsl::operator>= (const set< KEY, COMPARATOR, ALLOCATOR > &lhs, const set< KEY, COMPARATOR, ALLOCATOR > &rhs)
 
template<class KEY , class COMPARATOR , class ALLOCATOR , class PREDICATE >
set< KEY, COMPARATOR, ALLOCATOR >::size_type bsl::erase_if (set< KEY, COMPARATOR, ALLOCATOR > &s, PREDICATE predicate)
 
template<class KEY , class COMPARATOR , class ALLOCATOR >
void bsl::swap (set< KEY, COMPARATOR, ALLOCATOR > &a, set< KEY, COMPARATOR, ALLOCATOR > &b) BSLS_KEYWORD_NOEXCEPT_SPECIFICATION(BSLS_KEYWORD_NOEXCEPT_OPERATOR(a.swap(b)))
 

Detailed Description

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