LLVM: llvm::mdconst::detail::IsValidReference< V, M > Struct Template Reference (original) (raw)

#include "[llvm/IR/Metadata.h](Metadata%5F8h%5Fsource.html)"

Static Public Attributes
static const bool value

Detailed Description

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

Definition at line 637 of file Metadata.h.

Member Data Documentation

value

template<class V, class M>

const bool llvm::mdconst::detail::IsValidReference< V, M >::value static

Initial value:

= std::is_base_of<Constant, V>::value &&

std::is_convertible<M, const Metadata &>::value

Definition at line 638 of file Metadata.h.


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