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