|
BDE 4.14.0 Production release
|
#include <bsls_ident.h>#include <bslscm_version.h>#include <bslstl_algorithm.h>#include <bslstl_iterator.h>#include <bslstl_stdexceptutil.h>#include <bslalg_arrayprimitives.h>#include <bslalg_rangecompare.h>#include <bslalg_synththreewayutil.h>#include <bslalg_hasstliterators.h>#include <bslh_hash.h>#include <bslma_default.h>#include <bslmf_assert.h>#include <bslmf_enableif.h>#include <bslmf_isnothrowswappable.h>#include <bslmf_issame.h>#include <bslmf_movableref.h>#include <bslmf_removecv.h>#include <bsls_assert.h>#include <bsls_compilerfeatures.h>#include <bsls_keyword.h>#include <bsls_libraryfeatures.h>#include <bsls_platform.h>#include <stddef.h>#include <utility>#include <bsls_nativestd.h>Go to the source code of this file.
Classes | |
| struct | bsl::array< VALUE_TYPE, SIZE > |
| struct | bslalg::HasStlIterators< bsl::array< TYPE, SIZE > > |
Functions | |
| template<class VALUE_TYPE , size_t SIZE> | |
| bool | bsl::operator== (const array< VALUE_TYPE, SIZE > &lhs, const array< VALUE_TYPE, SIZE > &rhs) |
| template<class VALUE_TYPE , size_t SIZE> | |
| bool | bsl::operator!= (const array< VALUE_TYPE, SIZE > &lhs, const array< VALUE_TYPE, SIZE > &rhs) |
| template<class VALUE_TYPE , size_t SIZE> | |
| bool | bsl::operator< (const array< VALUE_TYPE, SIZE > &lhs, const array< VALUE_TYPE, SIZE > &rhs) |
| template<class VALUE_TYPE , size_t SIZE> | |
| bool | bsl::operator> (const array< VALUE_TYPE, SIZE > &lhs, const array< VALUE_TYPE, SIZE > &rhs) |
| template<class VALUE_TYPE , size_t SIZE> | |
| bool | bsl::operator<= (const array< VALUE_TYPE, SIZE > &lhs, const array< VALUE_TYPE, SIZE > &rhs) |
| template<class VALUE_TYPE , size_t SIZE> | |
| bool | bsl::operator>= (const array< VALUE_TYPE, SIZE > &lhs, const array< VALUE_TYPE, SIZE > &rhs) |
| template<class VALUE_TYPE , size_t SIZE> | |
| void | bsl::swap (array< VALUE_TYPE, SIZE > &lhs, array< VALUE_TYPE, SIZE > &rhs) |
| template<size_t INDEX, class TYPE , size_t SIZE> | |
| BSLS_KEYWORD_CONSTEXPR_CPP14 TYPE & | bsl::get (array< TYPE, SIZE > &a) BSLS_KEYWORD_NOEXCEPT |
| template<size_t INDEX, class TYPE , size_t SIZE> | |
| BSLS_KEYWORD_CONSTEXPR const TYPE & | bsl::get (const array< TYPE, SIZE > &a) BSLS_KEYWORD_NOEXCEPT |
| template<class HASH_ALGORITHM , class TYPE , size_t SIZE> | |
| void | bsl::hashAppend (HASH_ALGORITHM &hashAlgorithm, const array< TYPE, SIZE > &input) |
Pass the specified input to the specified hashAlgorithm | |
| template<class TYPE , std::size_t SIZE> | |
| BSLS_KEYWORD_CONSTEXPR_CPP14 array< typename remove_cv< TYPE >::type, SIZE > | bsl::to_array (TYPE(&src)[SIZE]) |
The content of this file has been pre-processed for Doxygen.