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

Struct used to define if neighbors are sorted or not in the graph. More...

#include <MorphGraph.h>

Public Types

using type = MorphGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, _sorted_neighbors, FileEdgeTy >
 Type with sort neighbor 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 _sorted_neighbors>
struct galois::graphs::MorphGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_sorted_neighbors< _sorted_neighbors >

Struct used to define if neighbors are sorted or not in 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 _sorted_neighbors>
using galois::graphs::MorphGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_sorted_neighbors< _sorted_neighbors >::type = MorphGraph<NodeTy, EdgeTy, Directional, InOut, HasNoLockable, _sorted_neighbors, FileEdgeTy>

Type with sort neighbor parameter set according to struct template arg.


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