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

Function analyzeFormatString

runtime/NanoLogCpp17.h:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 */
283template<int NParams, size_t N>
284constexpr std::array<ParamType, NParams>
285analyzeFormatString(const char (&fmt)[N])
286{
287 return analyzeFormatStringHelper(fmt, std::make_index_sequence<NParams>{});
288}
289
290/**
291 * Counts the number of parameters that need to be passed in for a particular

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected