mCRL2
|
Function object that checks if a sort is a singleton sort. Note that it is an approximation, meaning that in some cases it may return false whereas in reality the answer is true. More...
#include <remove.h>
Public Member Functions | |
is_singleton_sort (const data::data_specification &data_spec) | |
bool | operator() (const data::sort_expression &s) const |
Public Attributes | |
const data::data_specification & | m_data_spec |
Function object that checks if a sort is a singleton sort. Note that it is an approximation, meaning that in some cases it may return false whereas in reality the answer is true.
|
inline |
|
inline |
const data::data_specification& mcrl2::lps::detail::is_singleton_sort::m_data_spec |