MCPcopy Create free account
hub / github.com/clementgallet/libTAS / append

Method append

src/library/inputs/udevwrappers.cpp:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 return value.length() + totalLength(std::forward<Rest>(rest)...);
279 }
280 static void append(iterator pos) { *pos = '\0'; }
281 template<typename ...Rest> static void append(iterator pos, value_type value, Rest &&...rest) {
282 *pos = value;
283 append(std::next(pos), std::forward<Rest>(rest)...);

Callers 2

addLogMethod · 0.45
udevwrappers.cppFile · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected