| 319 | __inline_call~prioritymap() = default ; |
| 320 | |
| 321 | __inline_call prioritymap ( |
| 322 | self_type const&_src |
| 323 | ) = default ; |
| 324 | __inline_call prioritymap ( |
| 325 | self_type && _src |
| 326 | ) = default ; |
nothing calls this directly
no outgoing calls
no test coverage detected