MCPcopy Create free account
hub / github.com/KLayout/klayout / LPLogicalLessFunc

Class LPLogicalLessFunc

src/db/db/dbLayerProperties.h:135–141  ·  view source on GitHub ↗

* @brief "Logical less" functor for LayerProperties */

Source from the content-addressed store, hash-verified

133 * @brief "Logical less" functor for LayerProperties
134 */
135struct LPLogicalLessFunc
136{
137 bool operator () (const LayerProperties &a, const LayerProperties &b) const
138 {
139 return a.log_less (b);
140 }
141};
142
143/**
144 * @brief A layer offset

Callers 2

add_new_layersMethod · 0.85
reload_layoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected