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

Method assign

src/SFML/System/String.cpp:43–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41{
42////////////////////////////////////////////////////////////
43void U8StringCharTraits::assign(char_type& c1, char_type c2) noexcept
44{
45 c1 = c2;
46}
47
48
49////////////////////////////////////////////////////////////

Callers 6

getResponseMethod · 0.80
Packet.cppFile · 0.80
ANativeActivity_onCreateFunction · 0.80
readMethod · 0.80
loadFromSamplesMethod · 0.80
onGetDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected