HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_HasGetWeakBase< T > Struct Template Reference

#include <weakPtr.h>

Public Types

using type = decltype(_Deduce(static_cast< T * >(nullptr)))
 
using value_type = bool
 

Static Public Attributes

static const bool value = type::value
 

Detailed Description

template<class T>
struct Tf_HasGetWeakBase< T >

Definition at line 406 of file weakPtr.h.

Member Typedef Documentation

template<class T >
using Tf_HasGetWeakBase< T >::type = decltype(_Deduce(static_cast<T*>(nullptr)))

Definition at line 427 of file weakPtr.h.

template<class T >
using Tf_HasGetWeakBase< T >::value_type = bool

Definition at line 428 of file weakPtr.h.

Member Data Documentation

template<class T >
const bool Tf_HasGetWeakBase< T >::value = type::value
static

Definition at line 429 of file weakPtr.h.


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