GCC Middle and Back End API Reference
is_a_helper< const T * > Struct Template Reference

#include <is-a.h>

Static Public Member Functions

template<typename U >
static const Tcast (const U *p)
 
template<typename U >
static bool test (const U *p)
 

Detailed Description

template<typename T>
struct is_a_helper< const T * >
Reuse the definition of is_a_helper<T *> to implement
is_a_helper<const T *>.   

Member Function Documentation

◆ cast()

template<typename T >
template<typename U >
static const T * is_a_helper< const T * >::cast ( const U * p)
inlinestatic

◆ test()

template<typename T >
template<typename U >
static bool is_a_helper< const T * >::test ( const U * p)
inlinestatic

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