Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_pop_back
Function
string_pop_back
src/engine/jam_strings.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
163
void string_pop_back( string * self )
164
{
165
string_truncate( self, self->size - 1 );
166
}
167
168
169
void string_push_back( string * self, char x )
Callers
1
normalize_path
Function · 0.85
Calls
1
string_truncate
Function · 0.85
Tested by
no test coverage detected