* @brief "Logical less" functor for LayerProperties */
| 133 | * @brief "Logical less" functor for LayerProperties |
| 134 | */ |
| 135 | struct 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 |
no outgoing calls
no test coverage detected