MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / at

Method at

src/common/classes/fb_string.h:362–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 return c_str() + length();
361 }
362 const_reference at(const size_type pos) const
363 {
364 checkPos(pos);
365 return c_str()[pos];
366 }
367 reference at(const size_type pos)
368 {
369 checkPos(pos);

Callers 2

ShortToLongPathNameFunction · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36