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

Struct used to define the HasNoLockable template parameter as a type in the struct. More...

#include <MorphHyperGraph.h>

Public Types

using type = MorphHyperGraph< NodeTy, EdgeTy, Directional, InOut, _has_no_lockable, SortedNeighbors, FileEdgeTy >
 Type with Lockable 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 _has_no_lockable>
struct galois::graphs::MorphHyperGraph< NodeTy, EdgeTy, Directional, InOut, HasNoLockable, SortedNeighbors, FileEdgeTy >::with_no_lockable< _has_no_lockable >

Struct used to define the HasNoLockable template parameter as a type in the struct.

Member Typedef Documentation

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

Type with Lockable parameter set according to struct template arg.


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