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

Method StringView

cub/string/string_view.cc:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const size_t StringView::npos = -1;
12
13StringView::StringView() : StringView(nullptr, 0) {
14}
15
16StringView::StringView(const std::string& s) : StringView(s.data(), s.size()) {
17}

Callers

nothing calls this directly

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected