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

Go to the source code of this file.

Classes

struct  bslmf::Tag< t_N >
 

Macros

#define BSLMF_TAG_TO_UINT(BSLMF_EXPR)
 
#define BSLMF_TAG_TO_INT(BSLMF_EXPR)   ((int)BSLMF_TAG_TO_UINT(BSLMF_EXPR))
 
#define BSLMF_TAG_TO_BOOL(BSLMF_EXPR)   (BSLMF_TAG_TO_INT(BSLMF_EXPR) != 0)
 
#define bslmf_Tag   bslmf::Tag
 This alias is defined for backward compatibility.
 

Detailed Description

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