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

Method begin

include/boost/parser/parser.hpp:1759–1763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757 case_fold_view(V base) : base_(std::move(base)) {}
1758
1759 iterator begin() const
1760 {
1761 return iterator(
1762 text::detail::begin(base_), text::detail::end(base_));
1763 }
1764 auto end() const { return text::detail::end(base_); }
1765
1766 private:

Callers 13

parser.hppFile · 0.45
foldMethod · 0.45
containsMethod · 0.45
no_case_aware_compareFunction · 0.45
move_back_implFunction · 0.45
move_backFunction · 0.45
symbolsMethod · 0.45
erase_for_next_parseMethod · 0.45
callFunction · 0.45
quoted_string_parserFunction · 0.45
prefix_parseFunction · 0.45

Calls 3

iteratorClass · 0.70
beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected