* @brief Defines an inter-layer connection for the given layers. * The conditions mentioned with intra-layer "connect" apply for this method too. */
| 500 | * The conditions mentioned with intra-layer "connect" apply for this method too. |
| 501 | */ |
| 502 | void connect (const db::Region &a, const db::Region &b) |
| 503 | { |
| 504 | connect_impl (a, b); |
| 505 | } |
| 506 | |
| 507 | /** |
| 508 | * @brief Defines an inter-layer connection for the given layers. |
no outgoing calls
no test coverage detected