Quick Links:

bal | bbl | bdl | bsl

Classes | Static Public Member Functions

bslmf::AddPointer_Compute Struct Reference

#include <bslmf_addpointer.h>

List of all members.

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.

See Component bslmf_addpointer


Member Function Documentation

template<class t_TYPE >
static LargeResult bslmf::AddPointer_Compute::canFormPointer ( t_TYPE *   )  [static]
template<class t_TYPE >
static char bslmf::AddPointer_Compute::canFormPointer (   ...  )  [static]

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