MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / Format_T5

Function Format_T5

Siv3D/src/Siv3D/Script/Bind/ScriptFormat.cpp:322–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 }
321
322 static String Format_T5(
323 const void* ref1, int typeID1,
324 const void* ref2, int typeID2,
325 const void* ref3, int typeID3,
326 const void* ref4, int typeID4,
327 const void* ref5, int typeID5
328 )
329 {
330 const void* args[] = { ref1, ref2, ref3, ref4, ref5 };
331 const int types[] = { typeID1, typeID2, typeID3, typeID4, typeID5 };
332 return FormatBase(args, types, std::size(args));
333 }
334
335 static String Format_T6(
336 const void* ref1, int typeID1,

Callers

nothing calls this directly

Calls 2

FormatBaseFunction · 0.85
sizeFunction · 0.50

Tested by

no test coverage detected