KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::KEY_LESS Struct Reference

Orders keys by value through SESSION_KEYS::Less(). More...

#include <conn_keys.h>

Public Member Functions

template<typename KEY>
bool operator() (const KEY &aLeft, const KEY &aRight) const
 

Public Attributes

const SESSION_KEYSkeys
 

Detailed Description

Orders keys by value through SESSION_KEYS::Less().

Use it wherever order is visible or affects a result.

Definition at line 254 of file conn_keys.h.

Member Function Documentation

◆ operator()()

template<typename KEY>
bool SCH_CONNECTIVITY::KEY_LESS::operator() ( const KEY & aLeft,
const KEY & aRight ) const
inline

Definition at line 259 of file conn_keys.h.

References keys.

Member Data Documentation

◆ keys

const SESSION_KEYS& SCH_CONNECTIVITY::KEY_LESS::keys

Definition at line 256 of file conn_keys.h.

Referenced by operator()().


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