Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_back
Function
string_back
src/engine/jam_strings.cpp:175–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
175
char string_back( string * self )
176
{
177
assert_invariants( self );
178
return self->value[ self->size - 1 ];
179
}
180
181
void string_rtrim( string * self )
182
{
Callers
nothing calls this directly
Calls
1
assert_invariants
Function · 0.85
Tested by
no test coverage detected