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