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

Function inner_concat

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

Source from the content-addressed store, hash-verified

1520 */
1521template <typename T, typename... Args>
1522inline void inner_concat(std::string& buffer, T t) {
1523 buffer.append(t);
1524}
1525
1526/**
1527 * @private

Callers 1

concatFunction · 0.85

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected