Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ AnyArg
Class
AnyArg
include/null.h:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
class null
68
{
69
struct AnyArg
70
{
71
template<typename T>
72
inline AnyArg(const T&) { }
73
};
74
public:
75
inline null(){ }
76
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected