iterative.cc File Reference

Typedefs

using Key2 = std::pair< int, int >
 

Functions

std::ostream & std::operator<< (std::ostream &os, const Key2 &key)
 
int main (int argc, char **argv)
 

Variables

const double threshold = 100.0
 

Typedef Documentation

◆ Key2

using Key2 = std::pair<int, int>

Definition at line 6 of file iterative.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)
Examples
iterative.cc.

Definition at line 39 of file iterative.cc.

◆ operator<<()

std::ostream & std::operator<< ( std::ostream &  os,
const Key2 key 
)
Examples
distributed.cc.

Definition at line 9 of file distributed.cc.

Variable Documentation

◆ threshold

const double threshold = 100.0
Examples
iterative.cc.

Definition at line 5 of file iterative.cc.