MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / substr

Method substr

Source/ThirdParty/libpvrt/PVRTString.cpp:1567–1570  ·  view source on GitHub ↗

!*********************************************************************** @Function substr @Input _Off Start of the substring @Input _Count Length of the substring @Returns A substring of the string @Description Returns the size of the string *************************************************************************/

Source from the content-addressed store, hash-verified

1565@Description Returns the size of the string
1566*************************************************************************/
1567CPVRTString CPVRTString::substr(size_t _Off, size_t _Count) const
1568{
1569 return CPVRTString(*this, _Off, _Count);
1570}
1571
1572/*!***********************************************************************
1573@Function swap

Callers 9

RunMemTestFunction · 0.80
LoadBufferMethod · 0.80
LastNameMethod · 0.80
CreateFromVtkFileMethod · 0.80
PVRTStringGetFileNameFunction · 0.80

Calls 1

CPVRTStringClass · 0.85

Tested by 1

RunMemTestFunction · 0.64