BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::MovableRefUtil::RemoveReference< t_TYPE > Struct Template Reference

#include <bslmf_movableref.h>

Inheritance diagram for bslmf::MovableRefUtil::RemoveReference< t_TYPE >:
bslmf::MovableRefUtil_RemoveReference< t_TYPE >

Additional Inherited Members

- Public Types inherited from bslmf::MovableRefUtil_RemoveReference< t_TYPE >
typedef t_TYPE type
 

Detailed Description

template<class t_TYPE>
struct bslmf::MovableRefUtil::RemoveReference< t_TYPE >

This struct template provides a metafunction that, if the specified t_TYPE is a reference type, defines a nested type typedef of the type to which t_TYPE refers, and defines a nested type typedef of t_TYPE otherwise.


The documentation for this struct was generated from the following file: