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

Function is_null

src/laybasic/laybasic/layLayerProperties.h:1346–1349  ·  view source on GitHub ↗

* @brief "is null" predicate * * This predicate is true if the iterator is "null". Such an iterator can be * created with the default constructor or by moving a top-level iterator up. */

Source from the content-addressed store, hash-verified

1344 * created with the default constructor or by moving a top-level iterator up.
1345 */
1346 bool is_null () const
1347 {
1348 return m_uint == 0;
1349 }
1350
1351 /**
1352 * @brief Increment operator

Callers 3

set_objMethod · 0.70
checkMethod · 0.70
matchingMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected