Alias for a constant reference to the value type.
Declared in <bslma_stdtestallocator.h>
<bslma_stdtestallocator.h>
typedef bsl::conditional<bsl::is_void<TYPE>::value, void, TYPE const&>::type const_reference;