BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdlb_nullopt.h>
#include <bdlb_printmethods.h>
#include <bslalg_swaputil.h>
#include <bslma_constructionutil.h>
#include <bslma_bslallocator.h>
#include <bslma_usesbslmaallocator.h>
#include <bslmf_allocatorargt.h>
#include <bslmf_conditional.h>
#include <bslmf_enableif.h>
#include <bslmf_isbitwisecopyable.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_isconvertible.h>
#include <bslmf_isnothrowmoveconstructible.h>
#include <bslmf_movableref.h>
#include <bslmf_nestedtraitdeclaration.h>
#include <bslmf_util.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_deprecate.h>
#include <bsls_keyword.h>
#include <bsls_objectbuffer.h>
#include <bsls_review.h>
#include <bsls_util.h>
#include <bslstl_optional.h>
#include <bslx_instreamfunctions.h>
#include <bslx_outstreamfunctions.h>
#include <bslx_versionfunctions.h>
#include <bsl_algorithm.h>
#include <bsl_iosfwd.h>
#include <bsl_new.h>
#include <bslalg_typetraits.h>
#include <bslmf_if.h>
Go to the source code of this file.
Classes | |
class | bdlb::NullableValue< TYPE > |
Functions | |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const NullableValue< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const NullableValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const bsl::optional< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const NullableValue< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const bsl::optional< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const NullableValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const NullableValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator!= (const LHS_TYPE &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const NullableValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator== (const LHS_TYPE &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const NullableValue< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const bsl::optional< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const NullableValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const NullableValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator< (const LHS_TYPE &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const NullableValue< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const bsl::optional< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const NullableValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const NullableValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator> (const LHS_TYPE &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const NullableValue< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const bsl::optional< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const NullableValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const NullableValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator<= (const LHS_TYPE &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const NullableValue< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const bsl::optional< LHS_TYPE > &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const NullableValue< LHS_TYPE > &lhs, const bsl::optional< RHS_TYPE > &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const NullableValue< LHS_TYPE > &lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
bool | bdlb::operator>= (const LHS_TYPE &lhs, const NullableValue< RHS_TYPE > &rhs) |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator== (const NullableValue< TYPE > &value, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified value is null, and false otherwise. | |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator== (const bsl::nullopt_t &, const NullableValue< TYPE > &value) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified value is null, and false otherwise. | |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator!= (const NullableValue< TYPE > &value, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator!= (const bsl::nullopt_t &, const NullableValue< TYPE > &value) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator< (const NullableValue< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator< (const bsl::nullopt_t &, const NullableValue< TYPE > &value) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator> (const NullableValue< TYPE > &value, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator> (const bsl::nullopt_t &, const NullableValue< TYPE > &) BSLS_KEYWORD_NOEXCEPT |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator<= (const NullableValue< TYPE > &value, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified value is null, and false otherwise. | |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator<= (const bsl::nullopt_t &, const NullableValue< TYPE > &) BSLS_KEYWORD_NOEXCEPT |
Return true . | |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator>= (const NullableValue< TYPE > &, const bsl::nullopt_t &) BSLS_KEYWORD_NOEXCEPT |
Return true . | |
template<class TYPE > | |
BSLS_KEYWORD_CONSTEXPR bool | bdlb::operator>= (const bsl::nullopt_t &, const NullableValue< TYPE > &value) BSLS_KEYWORD_NOEXCEPT |
Return true if the specified value is null, and false otherwise. | |
template<class TYPE > | |
bsl::ostream & | bdlb::operator<< (bsl::ostream &stream, const NullableValue< TYPE > &object) |
template<class HASHALG , class TYPE > | |
void | bdlb::hashAppend (HASHALG &hashAlg, const NullableValue< TYPE > &input) |
template<class TYPE > | |
bsl::enable_if< BloombergLP::bslma::UsesBslmaAllocator< TYPE >::value, void >::type | bdlb::swap (NullableValue< TYPE > &lhs, NullableValue< TYPE > &rhs) |
template<class TYPE > | |
bsl::enable_if<!BloombergLP::bslma::UsesBslmaAllocator< TYPE >::value, void >::type | bdlb::swap (NullableValue< TYPE > &lhs, NullableValue< TYPE > &rhs) |
The content of this file has been pre-processed for Doxygen.