Private utility that SFINAE-tests whether a pointer to t_TYPE is valid.
Declared in <bslmf_addpointer.h>
struct AddPointer_Compute;
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.
| Name | Description |
|---|---|
LargeResult | Return type used when forming a pointer to t_TYPE is valid. |
| Name | Description |
|---|---|
canFormPointer | canFormPointer overloads |