BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::AddPointer_Compute Struct Reference

#include <bslmf_addpointer.h>

Classes

struct  LargeResult
 

Static Public Member Functions

template<class t_TYPE >
static LargeResult canFormPointer (t_TYPE *)
 
template<class t_TYPE >
static char canFormPointer (...)
 

Detailed 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.

Member Function Documentation

◆ canFormPointer() [1/2]

template<class t_TYPE >
static char bslmf::AddPointer_Compute::canFormPointer (   ...)
static

◆ canFormPointer() [2/2]

template<class t_TYPE >
static LargeResult bslmf::AddPointer_Compute::canFormPointer ( t_TYPE *  )
static

The documentation for this struct was generated from the following file: