LLVM  8.0.1
Static Public Attributes | List of all members
llvm::detail::HasPointerLikeTypeTraits< T, U > Struct Template Reference

#include "llvm/Support/PointerLikeTypeTraits.h"

Collaboration diagram for llvm::detail::HasPointerLikeTypeTraits< T, U >:
Collaboration graph
[legend]

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T, typename U = void>
struct llvm::detail::HasPointerLikeTypeTraits< T, U >

Definition at line 36 of file PointerLikeTypeTraits.h.

Member Data Documentation

◆ value

template<typename T , typename U = void>
const bool llvm::detail::HasPointerLikeTypeTraits< T, U >::value = false
static

Definition at line 37 of file PointerLikeTypeTraits.h.


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