Thrill  0.1
triangles.hpp File Reference
#include <thrill/api/inner_join.hpp>
#include <thrill/api/size.hpp>
#include <utility>
+ Include dependency graph for triangles.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hash< Edge >
 

Namespaces

 examples
 
 examples::triangles
 

Macros

#define THRILL_EXAMPLES_TRIANGLES_TRIANGLES_HEADER
 

Typedefs

using Edge = std::pair< Node, Node >
 
using Node = size_t
 

Functions

template<bool UseDetection = false, typename Stack >
size_t CountTriangles (const DIA< Edge, Stack > &edges)
 

Macro Definition Documentation

◆ THRILL_EXAMPLES_TRIANGLES_TRIANGLES_HEADER

#define THRILL_EXAMPLES_TRIANGLES_TRIANGLES_HEADER

Definition at line 13 of file triangles.hpp.

Typedef Documentation

◆ Edge

using Edge = std::pair<Node, Node>

Definition at line 21 of file triangles.hpp.

◆ Node

using Node = size_t

Definition at line 20 of file triangles.hpp.