MCPcopy Create free account
hub / github.com/boostorg/parser / flags

Enum flags

include/boost/parser/parser_fwd.hpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 struct nope;
76
77 enum class flags : unsigned int {
78 gen_attrs = 1 << 0,
79 use_skip = 1 << 1,
80 trace = 1 << 2,
81 in_apply_parser = 1 << 3
82 };
83
84 struct symbol_table_trie_element
85 {

Callers 1

parser.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected