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

Method case_fold_view

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

Source from the content-addressed store, hash-verified

1755 no_case_iter<detail::iterator_t<V>, detail::sentinel_t<V>>;
1756
1757 case_fold_view(V base) : base_(std::move(base)) {}
1758
1759 iterator begin() const
1760 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected