| 252 | __inline_call~priorityset() = default ; |
| 253 | |
| 254 | __inline_call priorityset ( |
| 255 | self_type const&_src |
| 256 | ) = default ; |
| 257 | __inline_call priorityset ( |
| 258 | self_type && _src |
| 259 | ) = default ; |
nothing calls this directly
no outgoing calls
no test coverage detected