BloombergLP::bslmf::AddPointer_Compute

Private utility that SFINAE-tests whether a pointer to t_TYPE is valid.

Synopsis

Declared in <bslmf_addpointer.h>

struct AddPointer_Compute;

Description

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.

Types

NameDescription
LargeResult Return type used when forming a pointer to t_TYPE is valid.

Static Member Functions

NameDescription
canFormPointer canFormPointer overloads