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

Method basic_string_view

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

Source from the content-addressed store, hash-verified

162 using Base::Base;
163
164 inline constexpr basic_string_view() noexcept = default;
165 inline constexpr basic_string_view(Base other) noexcept : Base(other) {}
166};
167using string_view = basic_string_view<char>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected