MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_print

Function __hxcpp_print

include/hx/StdLibs.h:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62template<typename T> inline void __hxcpp_print(T inV)
63{
64 Dynamic d(inV);
65 __hxcpp_print_string(d);
66}
67// Specialization that does not need dynamic boxing
68template<> inline void __hxcpp_print(String inV)
69{

Callers

nothing calls this directly

Calls 1

__hxcpp_print_stringFunction · 0.85

Tested by

no test coverage detected