BDE 4.14.0 Production release
|
#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 (...) |
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
.
|
static |
|
static |