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

Function Format_T2

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

Source from the content-addressed store, hash-verified

287 }
288
289 static String Format_T2(
290 const void* ref1, int typeID1,
291 const void* ref2, int typeID2
292 )
293 {
294 const void* args[] = { ref1, ref2 };
295 const int types[] = { typeID1, typeID2 };
296 return FormatBase(args, types, std::size(args));
297 }
298
299 static String Format_T3(
300 const void* ref1, int typeID1,

Callers

nothing calls this directly

Calls 2

FormatBaseFunction · 0.85
sizeFunction · 0.50

Tested by

no test coverage detected