Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | Friends | List of all members
bentleyottmann::Upper Struct Reference

#include <EventQueue.h>

Public Attributes

Segment s
 

Friends

bool operator< (const Upper &u0, const Upper &u1)
 

Detailed Description

Definition at line 27 of file EventQueue.h.

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const Upper u0,
const Upper u1 
)
friend

Definition at line 31 of file EventQueue.h.

31 {
32 return std::tie(u0.s.p0, u0.s.p1) < std::tie(u1.s.p0, u1.s.p1);
33 }

Member Data Documentation

◆ s

Segment bentleyottmann::Upper::s

Definition at line 28 of file EventQueue.h.


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