@cond The class has no internal statistics. For test consistency only
| 383 | //@cond |
| 384 | /// The class has no internal statistics. For test consistency only |
| 385 | std::nullptr_t statistics() const |
| 386 | { |
| 387 | return nullptr; |
| 388 | } |
| 389 | //@endcond |
| 390 | }; |
| 391 |
no outgoing calls
no test coverage detected