Alias to t_TYPE with a top‐level const‐qualifier when applicable.
Synopsis
Declared in <bslmf_addconst.h>
typedef /* implementation-defined */::Type type;
Description
This typedef is an alias to the (template parameter) t_TYPE with a top‐level const‐qualifier added if t_TYPE is not a reference, nor a function, nor already const‐qualified; otherwise, type is an alias to t_TYPE.
Created with MrDocs