Metafunction that provides a dummy type when TYPE is not an lvalue.
Declared in <bsls_util.h>
template<class TYPE>
struct Util_AssertNotLvalue;
| Name | Description |
|---|---|
type | Dummy member type used by the forward compile-time check. |
| Name |
|---|
Util_AssertNotLvalue<TYPE&> |