MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / analyzeFormatStringHelper

Function analyzeFormatStringHelper

runtime/NanoLogCpp17.h:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 */
255template<int N, std::size_t... Indices>
256constexpr std::array<ParamType, sizeof...(Indices)>
257analyzeFormatStringHelper(const char (&fmt)[N], std::index_sequence<Indices...>)
258{
259 return {{ getParamInfo(fmt, Indices)... }};
260}
261
262
263/**

Callers 1

analyzeFormatStringFunction · 0.85

Calls 1

getParamInfoFunction · 0.85

Tested by

no test coverage detected