8#ifndef INCLUDED_BSLMF_ISLVALUEREFERENCE
9#define INCLUDED_BSLMF_ISLVALUEREFERENCE
102#include <bslscm_version.h>
110#ifdef BSLS_LIBRARYFEATURES_HAS_CPP11_BASELINE_LIBRARY
111#include <type_traits>
120#ifdef BSLS_LIBRARYFEATURES_HAS_CPP11_BASELINE_LIBRARY
121template <
class t_TYPE>
124 std::is_lvalue_reference<t_TYPE>::value>
134template <
class t_TYPE>
141template <
class t_TYPE>
146#ifdef BSLS_LIBRARYFEATURES_HAS_CPP17_BASELINE_LIBRARY
147using std::is_lvalue_reference_v;
149#ifdef BSLS_COMPILERFEATURES_SUPPORT_VARIABLE_TEMPLATES
150template <
class t_TYPE>
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
#define BSLS_KEYWORD_INLINE_VARIABLE
Definition bsls_keyword.h:665
Definition bdlat_valuetypefunctions.h:939
Definition bslmf_integralconstant.h:261
Definition bslmf_islvaluereference.h:135