MCPcopy Create free account
hub / github.com/c42f/tinyformat / makeFormatList

Function makeFormatList

tinyformat.h:1017–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015/// FormatListRef formatList = makeFormatList( /*...*/ );
1016template<typename... Args>
1017detail::FormatListN<sizeof...(Args)> makeFormatList(const Args&... args)
1018{
1019 return detail::FormatListN<sizeof...(args)>(args...);
1020}
1021
1022#else // C++98 version
1023

Callers 1

formatFunction · 0.85

Calls 1

FormatListN<0>Class · 0.85

Tested by

no test coverage detected