BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_function.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslma_allocator.h>
#include <bslma_bslallocator.h>
#include <bslma_usesbslmaallocator.h>
#include <bslmf_allocatorargt.h>
#include <bslmf_assert.h>
#include <bslmf_forwardingtype.h>
#include <bslmf_isintegral.h>
#include <bslmf_movableref.h>
#include <bslmf_nestedtraitdeclaration.h>
#include <bslmf_usesallocatorargt.h>
#include <bslmf_util.h>
#include <bsls_assert.h>
#include <bsls_buildtarget.h>
#include <bsls_compilerfeatures.h>
#include <bsls_deprecatefeature.h>
#include <bsls_exceptionutil.h>
#include <bsls_keyword.h>
#include <bsls_nullptr.h>
#include <bsls_platform.h>
#include <bsls_unspecifiedbool.h>
#include <bsls_util.h>
#include <bslstl_pair.h>
#include <bslstl_referencewrapper.h>
#include <bslstl_function_invokerutil.h>
#include <bslstl_function_isreferencecompatible.h>
#include <bslstl_function_rep.h>
#include <bslstl_function_smallobjectoptimization.h>
#include <cstddef>
#include <cstdlib>
#include <typeinfo>
#include <utility>
#include <stdlib.h>

Go to the source code of this file.

Classes

struct  bslstl::Function_ArgTypes< PROTOTYPE >
 
struct  bslstl::Function_ArgTypes< RET(ARG)>
 
struct  bslstl::Function_ArgTypes< RET(ARG1, ARG2)>
 
class  bslstl::Function_Variadic< RET(ARGS...)>
 
class  bsl::function< PROTOTYPE >
 Forward declaration. More...
 
struct  bslstl::Function_IsInvocableWithPrototype< RET(ARGS...), FUNC >
 
struct  bslstl::Function_InvokerUtilNullCheck< bsl::function< PROTO > >
 

Functions

template<class PROTOTYPE >
bool bsl::operator== (const function< PROTOTYPE > &, nullptr_t) BSLS_KEYWORD_NOEXCEPT
 
template<class PROTOTYPE >
bool bsl::operator== (nullptr_t, const function< PROTOTYPE > &) BSLS_KEYWORD_NOEXCEPT
 Return true if the function argument is empty, otherwise return false.
 
template<class PROTOTYPE >
bool bsl::operator!= (const function< PROTOTYPE > &, nullptr_t) BSLS_KEYWORD_NOEXCEPT
 
template<class PROTOTYPE >
bool bsl::operator!= (nullptr_t, const function< PROTOTYPE > &) BSLS_KEYWORD_NOEXCEPT
 Return false if the function argument is empty, otherwise return true.
 
template<class PROTOTYPE >
void bsl::swap (function< PROTOTYPE > &a, function< PROTOTYPE > &b) BSLS_KEYWORD_NOEXCEPT
 

Detailed Description

The content of this file has been pre-processed for Doxygen.