Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ vprint
Method
vprint
extlibs/fmt/include/fmt/os.h:251–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
FMT_API int(fileno)() const;
250
251
void vprint(string_view format_str, format_args args) {
252
fmt::vprint(file_, format_str, args);
253
}
254
255
template <typename... Args>
256
inline void print(string_view format_str, const Args&... args) {
Callers
nothing calls this directly
Calls
1
vprint
Function · 0.70
Tested by
no test coverage detected