| 339 | } |
| 340 | |
| 341 | inline std::span<ComponentTypeIndex const> GetImmediates() const |
| 342 | { |
| 343 | return std::span(ComponentIndices + Immediates, ComponentIndices + Writes); |
| 344 | } |
| 345 | |
| 346 | inline std::span<ComponentTypeIndex const> GetWrites() const |
| 347 | { |
no outgoing calls
no test coverage detected