Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceres-solver/ceres-solver
/ StringAppendF
Function
StringAppendF
internal/ceres/stringprintf.cc:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void StringAppendF(std::string* dst, const char* format, ...) {
112
va_list ap;
113
va_start(ap, format);
114
StringAppendV(dst, format, ap);
115
va_end(ap);
116
}
117
118
} // namespace ceres::internal
Callers
11
Probe
Method · 0.85
EvaluationToString
Function · 0.85
CreateEvaluator
Method · 0.85
StringifyOrdering
Function · 0.85
FullReport
Method · 0.85
AppendArrayToString
Function · 0.85
FullReport
Method · 0.85
AddEvent
Method · 0.85
TEST
Function · 0.85
DumpLinearLeastSquaresProblemToTextFile
Function · 0.85
CreateGradientCheckingProblemImpl
Function · 0.85
Calls
1
StringAppendV
Function · 0.85
Tested by
2
CreateEvaluator
Method · 0.68
TEST
Function · 0.68