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

Method init

tinyformat.h:969–969  ·  view source on GitHub ↗

C++98 version

Source from the content-addressed store, hash-verified

967 { static_assert(sizeof...(args) == N, "Number of args must be N"); }
968#else // C++98 version
969 void init(int) {}
970# define TINYFORMAT_MAKE_FORMATLIST_CONSTRUCTOR(n) \
971 \
972 template<TINYFORMAT_ARGTYPES(n)> \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected