Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslstl_set.h File Reference

Provide an STL-compliant set class. More...

Go to the source code of this file.

Classes

class  bsl::set< KEY, COMPARATOR, ALLOCATOR >
class  bsl::set< KEY, COMPARATOR, ALLOCATOR >::DataWrapper

Namespaces

namespace  bsl

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