MCPcopy Create free account
hub / github.com/axmolengine/axmol / toString

Function toString

core/base/UTF8.h:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template <typename T>
64inline std::string toString(T arg)
65{
66 return fmt::to_string(arg);
67}
68//#ifndef AX_CORE_PROFILE
69// DEPRECATED since axmol-2.1.4, use fmt::format instead
70std::string AX_DLL format(const char* format, ...) AX_FORMAT_PRINTF(1, 2);

Callers 3

setTileMethod · 0.50
updateAtlasValuesMethod · 0.50
storeLuaTableMethod · 0.50

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected