Skip to content

Struct hgl::undirected_t

ClassList > hgl > undirected_t

Tag type specifying that a hypergraph is undirected. More...

  • #include <hgl/directional_tags.hpp>

Public Types

Type Name
typedef std::type_identity_t< undirected_t > type
Self type identity for internal metaprogramming use.

Detailed Description

In an undirected hypergraph, a hyperedge is strictly defined as a set of incident vertices, with no distinction between origin and destination.

Public Types Documentation

typedef type

Self type identity for internal metaprogramming use.

using hgl::undirected_t::type =  std::type_identity_t<undirected_t>;



The documentation for this class was generated from the following file include/hgl/directional_tags.hpp