| 2448 | } |
| 2449 | |
| 2450 | auto operator&(Access const & a, Access const & b) -> Access |
| 2451 | { |
| 2452 | return Access{.stages = a.stages & b.stages, .type = a.type & b.type}; |
| 2453 | } |
| 2454 | |
| 2455 | // -- End Misc --- |
| 2456 | } // namespace daxa |
nothing calls this directly
no outgoing calls
no test coverage detected