Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ push_back
Method
push_back
modules/core/core/include/OpenString/common/sequence.h:391–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
390
template <class T, u64 I>
391
void sequence<T, I>::push_back(T element) noexcept
392
{
393
this->emplace_back(std::move(element));
394
}
395
396
template <class T, u64 I>
397
template <class ... Args>
Callers
6
enqueuePinnedAndUnlock
Method · 0.45
split
Method · 0.45
wide_text.cpp
File · 0.45
split
Method · 0.45
Read
Method · 0.45
split
Method · 0.45
Calls
2
emplace_back
Method · 0.95
move
Function · 0.50
Tested by
no test coverage detected