Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2aux
src
compare
SetCompare.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <alib/set>
9
10
namespace
compare
{
11
12
class
SetCompare
{
13
public
:
14
template
<
class
T >
15
static
bool
compare
(
const
ext::set < T >
& a,
const
ext::set < T >
& b ) {
16
return
a == b;
17
}
18
};
19
20
}
/* namespace compare */
21
compare::SetCompare
Definition:
SetCompare.h:12
compare::SetCompare::compare
static bool compare(const ext::set< T > &a, const ext::set< T > &b)
Definition:
SetCompare.h:15
ext::set
Definition:
set.hpp:44
compare
Definition:
AutomatonCompare.h:29
Generated on Mon Dec 27 2021 10:21:52 for Algorithms Library Toolkit by
1.9.2