named queries
| 431 | |
| 432 | public: // named queries |
| 433 | auto empty() const noexcept -> bool { |
| 434 | return m_size == 0; |
| 435 | } |
| 436 | auto size() const noexcept -> size_type { |
| 437 | return m_size; |
| 438 | } |
nothing calls this directly
no outgoing calls
no test coverage detected