MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / operator&

Function operator&

src/cpp_wrapper.cpp:2450–2453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected