MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / front

Method front

Sources/Shared/Containers/String.cpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 char String::front() const {
424 return const_cast<String&>(*this).front();
425 }
426
427 char& String::back() {
428 DEATH_DEBUG_ASSERT(size(), "String is empty", *(end() - 1));

Callers 4

Array.hFile · 0.45
ParticleSystemMethod · 0.45
WorkerFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected