MCPcopy 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
111void 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

ProbeMethod · 0.85
EvaluationToStringFunction · 0.85
CreateEvaluatorMethod · 0.85
StringifyOrderingFunction · 0.85
FullReportMethod · 0.85
AppendArrayToStringFunction · 0.85
FullReportMethod · 0.85
AddEventMethod · 0.85
TESTFunction · 0.85

Calls 1

StringAppendVFunction · 0.85

Tested by 2

CreateEvaluatorMethod · 0.68
TESTFunction · 0.68