MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / edge

Class edge

Source/Misc/luabind/src/inheritance.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30{
31
32 struct edge
33 {
34 edge(class_id target_, cast_function cast_)
35 : target(target_)
36 , cast(cast_)
37 {}
38
39 class_id target;
40 cast_function cast;
41 };
42
43 bool operator<(edge const& x, edge const& y)
44 {

Callers 1

insertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected