MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / concatenate

Function concatenate

include/stringzilla/stringzilla.hpp:4570–4572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4568 */
4569template <typename first_type_, typename second_type_>
4570concatenation<first_type_, second_type_> concatenate(first_type_ &&first, second_type_ &&second) noexcept(false) {
4571 return {first, second};
4572}
4573
4574/**
4575 * @brief Concatenates two or more strings into a template expression.

Callers 1

scope_assertFunction · 0.85

Calls

no outgoing calls

Tested by 1

scope_assertFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…