MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / makeFormatList

Function makeFormatList

paddle/utils/string/tinyformat/tinyformat.h:875–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873/// FormatListRef formatList = makeFormatList( /*...*/ );
874template <typename... Args>
875detail::FormatListN<sizeof...(Args)> makeFormatList(const Args &...args) {
876 return detail::FormatListN<sizeof...(args)>(args...);
877} // NOLINT
878
879/// Format list of arguments to the stream according to the given format string.
880///

Callers 2

FprintfFunction · 0.85
formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected