MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / makeFormatList

Function makeFormatList

src/tinyformat.h:1043–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041/// FormatListRef formatList = makeFormatList( /*...*/ );
1042template<typename... Args>
1043detail::FormatListN<sizeof...(Args)> makeFormatList(const Args&... args)
1044{
1045 return detail::FormatListN<sizeof...(args)>(args...);
1046}
1047
1048#else // C++98 version
1049

Callers 1

formatFunction · 0.85

Calls 1

FormatListN<0>Class · 0.85

Tested by

no test coverage detected