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 distributed.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
- distributed.cc.
Definition at line 5 of file distributed.cc.
1.9.1