MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / copy

Function copy

extern/nfd/nfd_gtk.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61template <typename T>
62T* copy(const T* begin, const T* end, T* out) {
63 for (; begin != end; ++begin) {
64 *out++ = *begin;
65 }
66 return out;
67}
68
69// Does not own the filter and extension.
70struct Pair_GtkFileFilter_FileExtension {

Calls

no outgoing calls

Tested by

no test coverage detected