Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ printf
Function
printf
include/fmt/printf.h:646–648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
644
*/
645
template <typename... T>
646
inline auto printf(string_view fmt, const T&... args) -> int {
647
return vfprintf(stdout, fmt, make_printf_args(args...));
648
}
649
650
FMT_END_EXPORT
651
FMT_END_NAMESPACE
Callers
15
TEST
Function · 0.85
TEST_F
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
main
Function · 0.85
PrintTestPartResult
Function · 0.85
ColoredPrintf
Function · 0.85
PrintFullTestCommentIfPresent
Function · 0.85
PrintTestName
Method · 0.85
OnTestIterationStart
Method · 0.85
OnEnvironmentsSetUpStart
Method · 0.85
OnTestCaseStart
Method · 0.85
Calls
2
vfprintf
Function · 0.85
make_printf_args
Function · 0.85
Tested by
15
TEST
Function · 0.68
TEST_F
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
main
Function · 0.68
PrintTestPartResult
Function · 0.68
ColoredPrintf
Function · 0.68
PrintFullTestCommentIfPresent
Function · 0.68
PrintTestName
Method · 0.68
OnTestIterationStart
Method · 0.68
OnEnvironmentsSetUpStart
Method · 0.68
OnTestCaseStart
Method · 0.68