MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / operator<

Function operator<

QtNodeEditor/include/nodes/internal/DataModelRegistry.hpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21
22inline
23bool
24operator<(QtNodes::NodeDataType const & d1,
25 QtNodes::NodeDataType const & d2)
26{
27 return d1.id < d2.id;
28}
29
30
31/// Class uses map for storing models (name, model)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected