Quick Links:

bal | bbl | bdl | bsl

bslmf::MovableRefUtil::IsLvalueReference< t_TYPE > Struct Template Reference

#include <bslmf_movableref.h>


Detailed Description

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

This struct template provides a Boolean metafunction that inherits from bsl::true_type if the specified t_TYPE is an lvalue reference, and inherits from bsl::false_type otherwise.

See Component bslmf_movableref


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