BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf_nestedtraitdeclaration.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>

Go to the source code of this file.

Classes

class  bslmf::NestedTraitDeclaration< t_TYPE, t_TRAIT, t_COND >
 

Macros

#define BSLMF_NESTED_TRAIT_DECLARATION(t_TYPE, t_TRAIT)
 
#define BSLMF_NESTED_TRAIT_DECLARATION_IF(t_TYPE, t_TRAIT, t_COND)
 

Detailed Description

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

Macro Definition Documentation

◆ BSLMF_NESTED_TRAIT_DECLARATION

#define BSLMF_NESTED_TRAIT_DECLARATION (   t_TYPE,
  t_TRAIT 
)
Value:
operator BloombergLP::bslmf::NestedTraitDeclaration<t_TYPE, t_TRAIT>() \
const \
{ \
return BloombergLP::bslmf::NestedTraitDeclaration<t_TYPE, t_TRAIT>(); \
}

◆ BSLMF_NESTED_TRAIT_DECLARATION_IF

#define BSLMF_NESTED_TRAIT_DECLARATION_IF (   t_TYPE,
  t_TRAIT,
  t_COND 
)
Value:
operator BloombergLP::bslmf:: \
NestedTraitDeclaration<t_TYPE, t_TRAIT, t_COND>() const \
{ \
return BloombergLP::bslmf:: \
NestedTraitDeclaration<t_TYPE, t_TRAIT, t_COND>(); \
}