MCPcopy Create free account
hub / github.com/baidu/babylon / BasicStringView

Method BasicStringView

src/babylon/string_view.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 using Base::Base;
29
30 inline constexpr BasicStringView() noexcept = default;
31 inline constexpr BasicStringView(Base other) noexcept : Base(other) {}
32
33 template <typename A>

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected