Choose const pointer or const reference based on whether T is a pointer. Choose const pointer or const reference based on whether T is a pointer.
Declared in <llvm/Support/type_traits.h>
template<typename T>
struct const_pointer_or_const_ref;
| Name | Description |
|---|---|
type | Const pointer if T is a pointer; otherwise const reference. |