BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bsl::add_lvalue_reference< t_TYPE > Struct Template Reference

#include <bslmf_addlvaluereference.h>

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.

See bslmf_addlvaluereference

Public Types

typedef t_TYPE & type
 

Member Typedef Documentation

◆ type

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

This typedef defines the return type of this meta function.


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