Documentation of
CSL
include
hardComparison.h
1
#pragma once
2
3
namespace
csl
{
4
5
class
Expr;
6
7
int
matchBOnA(
csl::Expr
const
& A,
csl::Expr
const
&B);
8
bool
hardComparison(
csl::Expr
const
&,
csl::Expr
const
&);
9
bool
hardOrdering(
csl::Expr
const
&,
csl::Expr
const
&);
10
11
}
csl
Namespace for csl library.
Definition:
abreviation.h:34
csl::Expr
Expression type/.
Definition:
abstract.h:1573
Generated by
1.8.13