Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::graphs::MorphHyperGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_directional< _directional > Struct Template Reference

Struct used to define directionality of the graph. More...

#include <MorphHyperGraph.h>

Public Types

using type = MorphHyperGraph< NodeTy, EdgeTy, _directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >
 Type with directional parameter set according to struct template arg. More...
 

Detailed Description

template<typename NodeTy, typename EdgeTy, bool Directional, bool InOut = false, bool HasNoLockable = false, bool SortedNeighbors = false, typename FileEdgeTy = EdgeTy>
template<bool _directional>
struct galois::graphs::MorphHyperGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_directional< _directional >

Struct used to define directionality of the graph.

Member Typedef Documentation

template<typename NodeTy , typename EdgeTy , bool Directional, bool InOut = false, bool HasNoLockable = false, bool SortedNeighbors = false, typename FileEdgeTy = EdgeTy>
template<bool _directional>
using galois::graphs::MorphHyperGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_directional< _directional >::type = MorphHyperGraph<NodeTy, EdgeTy, _directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy>

Type with directional parameter set according to struct template arg.


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