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 reducing.cc.
Function Documentation
◆ main()
int main | ( | int | argc, |
char ** | argv | ||
) |
◆ 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
- reducing.cc.
Definition at line 5 of file reducing.cc.