BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_libraryfeatures.h>
#include <bslstl_iterator.h>
#include <bslstl_pair.h>
#include <algorithm>
#include <functional>
#include <bsls_nativestd.h>
Go to the source code of this file.
Classes | |
struct | bslstl::AlgorithmUtil |
Macros | |
#define | BSLSTL_ALGORITHM_COPY_N_IS_ALIASED |
Functions | |
template<class TYPE , class COMPARE > | |
BSLS_KEYWORD_CONSTEXPR_CPP14 const TYPE & | bsl::clamp (const TYPE &value, const TYPE &low, const TYPE &high, COMPARE comp) |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR_CPP14 const TYPE & | bsl::clamp (const TYPE &value, const TYPE &low, const TYPE &high) |
template<class FORWARD_ITERATOR , class SEARCHER > | |
BSLS_KEYWORD_CONSTEXPR_CPP14 FORWARD_ITERATOR | bsl::search (FORWARD_ITERATOR first, FORWARD_ITERATOR last, const SEARCHER &searcher) |
The content of this file has been pre-processed for Doxygen.
#define BSLSTL_ALGORITHM_COPY_N_IS_ALIASED |