MCPcopy Create free account
hub / github.com/NativeScript/android / concat

Function concat

test-app/runtime/src/main/cpp/ada/ada.h:1541–1545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539 */
1540template <typename... Args>
1541std::string concat(Args... args) {
1542 std::string answer;
1543 inner_concat(answer, args...);
1544 return answer;
1545}
1546
1547/**
1548 * @private

Callers 5

update_base_portMethod · 0.85
get_originMethod · 0.85
get_protocolMethod · 0.85
parse_url_implFunction · 0.85
set_schemeMethod · 0.85

Calls 1

inner_concatFunction · 0.85

Tested by

no test coverage detected