[#BloombergLP-bsls-Util_AssertNotLvalue-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::Util_AssertNotLvalue :relfileprefix: ../../ :mrdocs: Metafunction that provides a dummy `type` when `TYPE` is not an lvalue. == Synopsis Declared in `<bsls_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct Util_AssertNotLvalue; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/Util_AssertNotLvalue-04/type.adoc[`type`] | Dummy member type used by the `forward` compile‐time check. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bsls/Util_AssertNotLvalue-09.adoc[`Util_AssertNotLvalue<TYPE&>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#