LLVM  4.0.0
Static Public Attributes | List of all members
llvm::ilist_detail::explicitness< IsExplicit > Struct Template Reference

Helper trait for recording whether an option is specified explicitly. More...

#include <ilist_node_options.h>

Inheritance diagram for llvm::ilist_detail::explicitness< IsExplicit >:
[legend]
Collaboration diagram for llvm::ilist_detail::explicitness< IsExplicit >:
[legend]

Static Public Attributes

static const bool is_explicit = IsExplicit
 

Detailed Description

template<bool IsExplicit>
struct llvm::ilist_detail::explicitness< IsExplicit >

Helper trait for recording whether an option is specified explicitly.

Definition at line 39 of file ilist_node_options.h.

Member Data Documentation

template<bool IsExplicit>
const bool llvm::ilist_detail::explicitness< IsExplicit >::is_explicit = IsExplicit
static

Definition at line 40 of file ilist_node_options.h.


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