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

Method toUtf32

src/SFML/System/String.cpp:308–311  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

306
307////////////////////////////////////////////////////////////
308std::u32string String::toUtf32() const
309{
310 return m_string;
311}
312
313
314////////////////////////////////////////////////////////////

Callers 1

String.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected