MCPcopy Create free account
hub / github.com/Adlik/Adlik / removeSuffix

Method removeSuffix

cub/string/string_view.cc:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void StringView::removeSuffix(size_t n) {
84 size_ -= n;
85}
86
87template <typename Pred, typename Action>
88bool StringView::consumeSubstr(StringView substr, Pred pred, Action action) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected