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

Function makeFormatList

src/tinyformat.h:931–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929/// FormatListRef formatList = makeFormatList( /*...*/ );
930template<typename... Args>
931detail::FormatListN<sizeof...(Args)> makeFormatList(const Args&... args)
932{
933 return detail::FormatListN<sizeof...(args)>(args...);
934}
935
936#else // C++98 version
937

Callers 1

formatFunction · 0.85

Calls 1

FormatListN<0>Class · 0.85

Tested by

no test coverage detected