|
BDE 4.14.0 Production release
|
#include <bslmf_removereference.h>
Public Types | |
| typedef bsl::remove_reference< t_TYPE >::type | Type |
This struct template implements a meta-function to remove the reference-ness from the (template parameter) t_TYPE. Note that although this struct is functionally equivalent to bsl::remove_reference, the use of bsl::remove_reference should be preferred.
| typedef bsl::remove_reference<t_TYPE>::type bslmf::RemoveReference< t_TYPE >::Type |
This typedef is an alias to the same type as the (template parameter) t_TYPE except with any reference-ness removed.