Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1521
template <typename T, typename... Args>
1522
inline void inner_concat(std::string& buffer, T t) {
1523
buffer.append(t);
1524
}
1525
1526
/**
1527
* @private
Callers
1
concat
Function · 0.85
Calls
1
append
Method · 0.65
Tested by
no test coverage detected