Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::planarity_detail::Edge_Key Struct Reference

#include <Planarity_Test.H>

Collaboration diagram for Aleph::planarity_detail::Edge_Key:
[legend]

Public Member Functions

bool operator< (const Edge_Key &other) const noexcept
 

Public Attributes

size_t u = 0
 
size_t v = 0
 

Detailed Description

Definition at line 441 of file Planarity_Test.H.

Member Function Documentation

◆ operator<()

bool Aleph::planarity_detail::Edge_Key::operator< ( const Edge_Key other) const
inlinenoexcept

Definition at line 446 of file Planarity_Test.H.

References Aleph::divide_and_conquer_partition_dp(), u, and v.

Member Data Documentation

◆ u

size_t Aleph::planarity_detail::Edge_Key::u = 0

Definition at line 443 of file Planarity_Test.H.

Referenced by operator<().

◆ v

size_t Aleph::planarity_detail::Edge_Key::v = 0

Definition at line 444 of file Planarity_Test.H.

Referenced by operator<().


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