Quick Links:

bal | bbl | bdl | bsl

Public Attributes

bslmf::InvokeResult_VoidChecker Struct Reference

#include <bslmf_invokeresult.h>

Inheritance diagram for bslmf::InvokeResult_VoidChecker:
bslmf::Tag< true >

List of all members.

Public Attributes

char d_upperSizeArray [(t_N >> 16)+1]
char d_lowerSizeArray [(t_N &0x0000FFFF)+1]

Detailed Description

Empty type used to detect void expressions. The size of this type is the same as bslmf::Tag<1>.

See Component bslmf_invokeresult


Member Data Documentation

char bslmf::Tag< t_N >::d_upperSizeArray[(t_N >> 16)+1] [inherited]
char bslmf::Tag< t_N >::d_lowerSizeArray[(t_N &0x0000FFFF)+1] [inherited]

The documentation for this struct was generated from the following file: