| 345 | } |
| 346 | |
| 347 | ui32 TFeaturesLayout::GetExternalFeatureCount() const noexcept { |
| 348 | // cast is safe because of size invariant established in constructors |
| 349 | return (ui32)ExternalIdxToMetaInfo.size(); |
| 350 | } |
| 351 | |
| 352 | ui32 TFeaturesLayout::GetFeatureCount(EFeatureType type) const noexcept { |
| 353 | switch (type) { |