named queries
| 444 | |
| 445 | public: // named queries |
| 446 | auto empty() const noexcept -> bool { |
| 447 | return m_size == 0; |
| 448 | } |
| 449 | auto size() const noexcept -> size_type { |
| 450 | return m_size; |
| 451 | } |
nothing calls this directly
no outgoing calls
no test coverage detected