LLVM 19.0.0git
Static Public Attributes | List of all members
llvm::detail::IsPointerLike< T * > Struct Template Reference

#include "llvm/Support/PointerLikeTypeTraits.h"

Static Public Attributes

static const bool value = true
 

Detailed Description

template<typename T>
struct llvm::detail::IsPointerLike< T * >

Definition at line 50 of file PointerLikeTypeTraits.h.

Member Data Documentation

◆ value

template<typename T >
const bool llvm::detail::IsPointerLike< T * >::value = true
static

Definition at line 51 of file PointerLikeTypeTraits.h.


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