MCPcopy Create free account
hub / github.com/apache/trafficserver / remove_prefix_at

Method remove_prefix_at

lib/swoc/include/swoc/TextView.h:1301–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299}
1300
1301inline auto
1302TextView::remove_prefix_at(std::string_view const &delimiters) -> self_type & {
1303 if (auto n = this->find_first_of(delimiters); n != npos) {
1304 this->super_type::remove_prefix(n + 1);
1305 }
1306 return *this;
1307}
1308
1309template <typename F>
1310auto

Callers 2

test_TextView.ccFile · 0.80
BridgeFactoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected