MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / join

Method join

modules/core/core/include/OpenString/text.h:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194 template<typename Container>
195 text text::join(const Container& container, const text_view& separator) noexcept
196 {
197 return { codeunit_sequence::join(container, separator.raw()) };
198 }
199
200 [[nodiscard]] OPEN_STRING_API bool operator==(const text_view& lhs, const text& rhs) noexcept;
201

Callers 15

loadMethod · 0.45
__str__Method · 0.45
__str__Method · 0.45
__str__Method · 0.45
dump_jsonMethod · 0.45
append_contentMethod · 0.45
get_contentMethod · 0.45
generate_forwardMethod · 0.45
generate_impl_beginMethod · 0.45
generate_impl_endMethod · 0.45
call_exprMethod · 0.45
signatureMethod · 0.45

Calls 2

joinFunction · 0.50
rawMethod · 0.45

Tested by 2

TestCondVarsMethod · 0.36
TestCallsMethod · 0.36