BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf_isconvertible.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslmf_addconst.h>
#include <bslmf_addlvaluereference.h>
#include <bslmf_assert.h>
#include <bslmf_conditional.h>
#include <bslmf_enableif.h>
#include <bslmf_integralconstant.h>
#include <bslmf_isarray.h>
#include <bslmf_isfunction.h>
#include <bslmf_isfundamental.h>
#include <bslmf_ispointer.h>
#include <bslmf_isvoid.h>
#include <bslmf_matchanytype.h>
#include <bslmf_removecv.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_platform.h>
#include <bsls_nativestd.h>

Go to the source code of this file.

Classes

struct  bslmf::IsConvertible_CheckComplete< t_TYPE, bool >
 
struct  bslmf::IsConvertible_CheckComplete< t_TYPE &, false >
 
struct  bslmf::IsConvertible_CheckComplete< t_TYPE, true >
 
struct  bslmf::IsConvertible_CheckComplete< t_TYPE[], false >
 
struct  bslmf::IsConvertible_Match
 
struct  bslmf::IsConvertible_Match::yes_type
 
struct  bslmf::IsConvertible_Match::no_type
 
struct  bslmf::IsConvertible_Imp< t_FROM_TYPE, t_TO_TYPE >
 
struct  bslmf::IsConvertible_LazyTrait< t_TO_TYPE >
 
struct  bslmf::IsConvertible_IsNeverConvertible< t_FROM_TYPE, t_TO_TYPE >
 
struct  bslmf::IsConvertible_FilterNeverConvertible< t_FROM_TYPE, t_TO_TYPE >
 
struct  bslmf::IsConvertible_Conditional< t_FROM_TYPE, t_TO_TYPE >
 
struct  bsl::is_convertible_dispatch< t_FROM_TYPE, t_TO_TYPE >
 
struct  bsl::is_convertible_dispatch< t_TYPE, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_TYPE, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_TYPE, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_TYPE, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_TYPE &, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_TYPE &, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_TYPE &, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_TYPE &, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE &, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE &, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE &, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const t_TYPE &, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE &, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE &, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE &, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE &, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE &, t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE &, const t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE &, volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< const volatile t_TYPE &, const volatile t_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_TYPE, t_TYPE >
 
struct  bsl::is_convertible_dispatch< t_FROM_TYPE, volatile t_TO_TYPE & >
 
struct  bsl::is_convertible_dispatch< t_FROM_TYPE, const volatile t_TO_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_FROM_TYPE &, volatile t_TO_TYPE & >
 
struct  bsl::is_convertible_dispatch< volatile t_FROM_TYPE &, const volatile t_TO_TYPE & >
 
struct  bsl::EffectiveFromType< t_FROM_TYPE >
 
struct  bsl::is_convertible_dispatch< volatile t_FROM_TYPE &, t_TO_TYPE >
 
struct  bsl::is_convertible< t_FROM_TYPE, t_TO_TYPE >
 
struct  bslmf::IsConvertible< t_FROM_TYPE, t_TO_TYPE >
 

Macros

#define bslmf_IsConvertible   bslmf::IsConvertible
 This alias is defined for backward compatibility.
 

Detailed Description

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