MCPcopy Create free account
hub / github.com/ablab/spades / printf

Method printf

ext/include/cppformat/format.h:2162–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2160
2161template <typename Char>
2162void printf(BasicWriter<Char> &w, BasicStringRef<Char> format, ArgList args) {
2163 internal::PrintfFormatter<Char>().format(w, format, args);
2164}
2165
2166/**
2167 \rst

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected