This utility struct is a private implementation detail that hosts an overloaded pair of functions that, through SFINAE, can determine whether it is legal to form a pointer to a specified t_TYPE.
Declared in <bslmf_addpointer.h>
struct AddPointer_Compute;
| Name | Description |
|---|---|
LargeResult | Return type of canFormPointer when forming a pointer to t_TYPE is valid. Deliberately larger than char so overload resolution can distinguish it from the char fallback. |
| Name | Description |
|---|---|
canFormPointer | canFormPointer overloads |