Thrill  0.1
PageRankPair Struct Reference

Detailed Description

A pair (page, rank)

Definition at line 55 of file page_rank.hpp.

#include <page_rank.hpp>

Public Attributes

PageId page
 
Rank rank
 

Friends

std::ostream & operator<< (std::ostream &os, const PageRankPair &a)
 

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const PageRankPair a 
)
friend

Definition at line 59 of file page_rank.hpp.

Member Data Documentation

◆ page

PageId page

Definition at line 56 of file page_rank.hpp.

Referenced by examples::page_rank::PageRank().

◆ rank

Rank rank

Definition at line 57 of file page_rank.hpp.

Referenced by examples::page_rank::PageRank().


The documentation for this struct was generated from the following file: