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

Method String

src/SFML/System/String.cpp:144–146  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

142
143////////////////////////////////////////////////////////////
144String::String(char ansiChar, const std::locale& locale) : m_string(1, Utf32::decodeAnsi(ansiChar, locale))
145{
146}
147
148
149////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 3

lengthMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected