MCPcopy 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

splitMethod · 0.45
wide_text.cppFile · 0.45
splitMethod · 0.45
ReadMethod · 0.45
splitMethod · 0.45

Calls 2

emplace_backMethod · 0.95
moveFunction · 0.50

Tested by

no test coverage detected