| 474 | } |
| 475 | |
| 476 | bool sugoi_group_t::own(const sugoi_type_set_t& subtype) const noexcept |
| 477 | { |
| 478 | return sugoi::set_utils<sugoi_type_index_t>::all(type.type, subtype); |
| 479 | } |
| 480 | |
| 481 | bool sugoi_group_t::share(const sugoi_type_set_t& subtype) const noexcept |
| 482 | { |
no test coverage detected