LLVM  8.0.1
Static Public Attributes | List of all members
llvm::mdconst::detail::IsValidPointer< V, M > Struct Template Reference

#include "llvm/IR/Metadata.h"

Collaboration diagram for llvm::mdconst::detail::IsValidPointer< V, M >:
Collaboration graph
[legend]

Static Public Attributes

static const bool value
 

Detailed Description

template<class V, class M>
struct llvm::mdconst::detail::IsValidPointer< V, M >

Definition at line 514 of file Metadata.h.

Member Data Documentation

◆ value

template<class V , class M >
const bool llvm::mdconst::detail::IsValidPointer< V, M >::value
static
Initial value:
= std::is_base_of<Constant, V>::value &&

Definition at line 515 of file Metadata.h.


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