| 324 | } |
| 325 | |
| 326 | inline std::span<ComponentTypeIndex const> GetOneFrames() const |
| 327 | { |
| 328 | return std::span(ComponentIndices + OneFrames, ComponentIndices + OptionalOneFrames); |
| 329 | } |
| 330 | |
| 331 | inline std::span<ComponentTypeIndex const> GetOptionalOneFrames() const |
| 332 | { |