My Project
Classes | Typedefs
remove_reference.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::remove_reference< T >
 Provides the member typedef type which is the same as T, except that its topmost reference is removed. More...
 

Typedefs

template<typename T >
using bsl::remove_reference_t = typename remove_reference< T >::type
 a helper that reduces the verbosity of bsl::remove_reference
 

Detailed Description