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.
Declared in <bslmf_addconst.h>
typedef /* implementation-defined */::Type type;