Version: 9.15.0
YACS::ENGINE::ComposedNode::SortHierarc Struct Reference

#include <ComposedNode.hxx>

Public Member Functions

bool operator() (ComposedNode *n1, ComposedNode *n2) const
 

Detailed Description

Definition at line 130 of file ComposedNode.hxx.

Member Function Documentation

◆ operator()()

bool YACS::ENGINE::ComposedNode::SortHierarc::operator() ( ComposedNode n1,
ComposedNode n2 
) const
inline

Definition at line 132 of file ComposedNode.hxx.

133  {
134  return *n1<*n2;
135  }

The documentation for this struct was generated from the following file: