MCPcopy 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
163void string_pop_back( string * self )
164{
165 string_truncate( self, self->size - 1 );
166}
167
168
169void string_push_back( string * self, char x )

Callers 1

normalize_pathFunction · 0.85

Calls 1

string_truncateFunction · 0.85

Tested by

no test coverage detected