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