BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::add_lvalue_reference< t_TYPE > Struct Template Reference

#include <bslmf_addlvaluereference.h>

Public Types

typedef t_TYPE & type
 This typedef defines the return type of this meta function.
 

Detailed Description

template<class t_TYPE>
struct bsl::add_lvalue_reference< t_TYPE >

This struct template implements a meta-function to transform the (template parameter) t_TYPE to its lvalue reference type.

Member Typedef Documentation

◆ type

template<class t_TYPE >
typedef t_TYPE& bsl::add_lvalue_reference< t_TYPE >::type

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