8#ifndef INCLUDED_BSLMF_ADDCONST
9#define INCLUDED_BSLMF_ADDCONST
98#include <bslscm_version.h>
120template <
class t_TYPE,
bool t_ADD_CONST_FLAG>
138template <
class t_TYPE>
164template <
class t_TYPE>
173 typedef typename BloombergLP::bslmf::AddConst_Imp<
179#ifdef BSLS_COMPILERFEATURES_SUPPORT_ALIAS_TEMPLATES
187template <
class t_TYPE>
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
Definition bdlat_valuetypefunctions.h:939
Definition bdlbb_blob.h:579
Definition bslmf_addconst.h:165
BloombergLP::bslmf::AddConst_Imp< t_TYPE,!is_reference< t_TYPE >::value &&!is_function< t_TYPE >::value &&!is_const< t_TYPE >::value >::Type type
Definition bslmf_addconst.h:176
Definition bslmf_isconst.h:145
Definition bslmf_isfunction.h:232
Definition bslmf_isreference.h:137
t_TYPE Type
This typedef is an alias to the (template parameter) t_TYPE.
Definition bslmf_addconst.h:144
Definition bslmf_addconst.h:121
t_TYPE const Type
Definition bslmf_addconst.h:128