MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / substr

Method substr

Siv3D/src/Siv3D/String/SivString.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 String String::substr(const size_t offset, const size_t count) const
68 {
69 return m_string.substr(offset, count);
70 }
71
72 StringView String::substrView(const size_t offset, const size_t count) const&
73 {

Callers 15

LoadMtlFunction · 0.45
ParseFromFileMethod · 0.45
lsb_releaseFunction · 0.45
OS_infoMethod · 0.45
getDeviceCountMethod · 0.45
getDeviceInfoMethod · 0.45
probeDeviceOpenMethod · 0.45
splitFunction · 0.45
updateMethod · 0.45
hex2wkbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected