This typedef is an alias to the (template parameter) t_TYPE with a top‐level volatile‐qualifier added if t_TYPE is not a reference type, nor a function type, nor already volatile‐qualified at the top‐level; otherwise, type is an alias to t_TYPE.

Synopsis

Declared in <bslmf_addvolatile.h>

typedef /* implementation-defined */::Type type;

Created with MrDocs