MCPcopy Create free account
hub / github.com/ElementsProject/elements / makeFormatList

Function makeFormatList

src/tinyformat.h:1026–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024/// FormatListRef formatList = makeFormatList( /*...*/ );
1025template<typename... Args>
1026detail::FormatListN<sizeof...(Args)> makeFormatList(const Args&... args)
1027{
1028 return detail::FormatListN<sizeof...(args)>(args...);
1029}
1030
1031#else // C++98 version
1032

Callers 1

formatFunction · 0.85

Calls 1

FormatListN<0>Class · 0.85

Tested by

no test coverage detected