knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
knowrob::VariablePtrComparator Struct Reference

#include <Variable.h>

Public Member Functions

bool operator() (const VariablePtr &lhs, const VariablePtr &rhs) const
 
bool operator() (const VariablePtr &lhs, const VariablePtr &rhs) const
 

Detailed Description

Definition at line 62 of file Variable.h.

Member Function Documentation

◆ operator()() [1/2]

bool knowrob::VariablePtrComparator::operator() ( const VariablePtr lhs,
const VariablePtr rhs 
) const
inline

Definition at line 63 of file Variable.h.

63 { return *lhs < *rhs; }

◆ operator()() [2/2]

bool knowrob::VariablePtrComparator::operator() ( const VariablePtr lhs,
const VariablePtr rhs 
) const
inline

Definition at line 63 of file Variable.h.

63 { return *lhs < *rhs; }

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