MCPcopy Create free account
hub / github.com/SFML/SFML / copy

Method copy

src/SFML/System/String.cpp:79–83  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

77
78////////////////////////////////////////////////////////////
79U8StringCharTraits::char_type* U8StringCharTraits::copy(char_type* s1, const char_type* s2, std::size_t n)
80{
81 std::memcpy(s1, s2, n);
82 return s1;
83}
84
85
86////////////////////////////////////////////////////////////

Callers 1

Image.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected