Metafunction that provides a dummy type when TYPE is not an lvalue.

Synopsis

Declared in <bsls_util.h>

template<class TYPE>
struct Util_AssertNotLvalue;

Type Aliases

Name

Description

type

Dummy member type used by the forward compile‐time check.

Specializations