Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ string_push_back
Function
string_push_back
src/engine/jam_strings.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
168
169
void string_push_back( string * self, char x )
170
{
171
string_append_range( self, &x, &x + 1 );
172
}
173
174
175
char string_back( string * self )
Callers
15
import_base_rule
Function · 0.85
file_build1
Function · 0.85
module_stat
Function · 0.85
path_build
Function · 0.85
path_tmpfile
Function · 0.85
function_call_member_rule
Function · 0.85
combine_strings
Function · 0.85
debug_string_read
Function · 0.85
debug_object_read
Function · 0.85
debug_format_rulename
Function · 0.85
debug_child_print
Function · 0.85
debug_start_child
Function · 0.85
Calls
1
string_append_range
Function · 0.85
Tested by
no test coverage detected