mCRL2
Loading...
Searching...
No Matches
mcrl2::data::detail::compare_variable Struct Reference

Function object that determines if a term is equal to a given data variable. More...

#include <data_functional.h>

Inheritance diagram for mcrl2::data::detail::compare_variable:
mcrl2::data::detail::compare_term< variable >

Public Member Functions

 compare_variable (const variable &v)
 
- Public Member Functions inherited from mcrl2::data::detail::compare_term< variable >
 compare_term (const variable &t)
 
bool operator() (Term2 t) const
 Function call operator.
 

Additional Inherited Members

- Public Attributes inherited from mcrl2::data::detail::compare_term< variable >
const variableterm
 

Detailed Description

Function object that determines if a term is equal to a given data variable.

Definition at line 62 of file data_functional.h.

Constructor & Destructor Documentation

◆ compare_variable()

mcrl2::data::detail::compare_variable::compare_variable ( const variable v)
inline

Definition at line 64 of file data_functional.h.


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