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

Function MonotonicBasicString

src/babylon/reusable/string.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 using Base::size;
29
30 inline MonotonicBasicString(MonotonicBasicString&& other,
31 typename Base::allocator_type allocator) noexcept
32 : Base(allocator) {
33 operator=(::std::move(other));
34 }
35
36 template <typename A>
37 inline MonotonicBasicString(const ::std::basic_string<C, CH, A>& other,

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected