BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslstl_algorithm.h>
#include <bslstl_iterator.h>
#include <bslstl_iteratorutil.h>
#include <bslstl_randomaccessiterator.h>
#include <bslstl_stdexceptutil.h>
#include <bslalg_containerbase.h>
#include <bslalg_dequeimputil.h>
#include <bslalg_dequeiterator.h>
#include <bslalg_dequeprimitives.h>
#include <bslalg_rangecompare.h>
#include <bslalg_synththreewayutil.h>
#include <bslalg_typetraithasstliterators.h>
#include <bslma_allocatortraits.h>
#include <bslma_allocatorutil.h>
#include <bslma_destructionutil.h>
#include <bslma_isstdallocator.h>
#include <bslma_bslallocator.h>
#include <bslma_usesbslmaallocator.h>
#include <bslmf_assert.h>
#include <bslmf_isconvertible.h>
#include <bslmf_issame.h>
#include <bslmf_matchanytype.h>
#include <bslmf_matcharithmetictype.h>
#include <bslmf_movableref.h>
#include <bslmf_nil.h>
#include <bslmf_typeidentity.h>
#include <bslmf_util.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_performancehint.h>
#include <bsls_util.h>
#include <cstring>
#include <bsls_nativestd.h>
#include <stdexcept>
Go to the source code of this file.
Functions | |
template<class VALUE_TYPE , class ALLOCATOR > | |
bool | bsl::operator== (const deque< VALUE_TYPE, ALLOCATOR > &lhs, const deque< VALUE_TYPE, ALLOCATOR > &rhs) |
template<class VALUE_TYPE , class ALLOCATOR > | |
bool | bsl::operator!= (const deque< VALUE_TYPE, ALLOCATOR > &lhs, const deque< VALUE_TYPE, ALLOCATOR > &rhs) |
template<class VALUE_TYPE , class ALLOCATOR > | |
bool | bsl::operator< (const deque< VALUE_TYPE, ALLOCATOR > &lhs, const deque< VALUE_TYPE, ALLOCATOR > &rhs) |
template<class VALUE_TYPE , class ALLOCATOR > | |
bool | bsl::operator> (const deque< VALUE_TYPE, ALLOCATOR > &lhs, const deque< VALUE_TYPE, ALLOCATOR > &rhs) |
template<class VALUE_TYPE , class ALLOCATOR > | |
bool | bsl::operator<= (const deque< VALUE_TYPE, ALLOCATOR > &lhs, const deque< VALUE_TYPE, ALLOCATOR > &rhs) |
template<class VALUE_TYPE , class ALLOCATOR > | |
bool | bsl::operator>= (const deque< VALUE_TYPE, ALLOCATOR > &lhs, const deque< VALUE_TYPE, ALLOCATOR > &rhs) |
template<class VALUE_TYPE , class ALLOCATOR , class BDE_OTHER_TYPE > | |
deque< VALUE_TYPE, ALLOCATOR >::size_type | bsl::erase (deque< VALUE_TYPE, ALLOCATOR > &deq, const BDE_OTHER_TYPE &value) |
template<class VALUE_TYPE , class ALLOCATOR , class PREDICATE > | |
deque< VALUE_TYPE, ALLOCATOR >::size_type | bsl::erase_if (deque< VALUE_TYPE, ALLOCATOR > &deq, PREDICATE predicate) |
template<class VALUE_TYPE , class ALLOCATOR > | |
void | bsl::swap (deque< VALUE_TYPE, ALLOCATOR > &a, deque< VALUE_TYPE, ALLOCATOR > &b) BSLS_KEYWORD_NOEXCEPT_SPECIFICATION(BSLS_KEYWORD_NOEXCEPT_OPERATOR(a.swap(b))) |
The content of this file has been pre-processed for Doxygen.