7 lines
167 B
C++
Executable file
7 lines
167 B
C++
Executable file
#pragma once
|
|
#include "Relation.h"
|
|
|
|
using namespace std;
|
|
|
|
//currently only implementing for comparison
|
|
Relation equality(string attName, string s, Relation r);
|