MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / print

Function print

extlibs/fmt/include/fmt/ostream.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135template <typename S, typename... Args,
136 typename Char = enable_if_t<internal::is_string<S>::value, char_t<S>>>
137void print(std::basic_ostream<Char>& os, const S& format_str, Args&&... args) {
138 vprint(os, to_string_view(format_str),
139 internal::make_args_checked<Args...>(format_str, args...));
140}
141FMT_END_NAMESPACE
142
143#endif // FMT_OSTREAM_H_

Callers

nothing calls this directly

Calls 2

vprintFunction · 0.70
to_string_viewFunction · 0.70

Tested by

no test coverage detected