This template class is never intended to produce a run‐time instance. The only useful attribute of a tag is its size (which is, of course, computable at compile time, even if an instance is never created). Note that in case of overflow on Linux 64‐bit machines, we split the size into 2 data members.
Synopsis
Declared in <bslmf_tag.h>
template<unsigned int t_N>
struct Tag;
Data Members
Name |
Description |
Lower 16 bits of the compile‐time size encoded by this tag. |
|
Upper 16 bits of the compile‐time size encoded by this tag. |
Non-Member Functions
Name |
Description |
Return |
Derived Classes
Name |
Description |
Empty type used to detect void expressions. The size of this type is the same as |
Created with MrDocs