| 308 | //---------------------------------------------------------- |
| 309 | |
| 310 | bool |
| 311 | object:: |
| 312 | empty() const noexcept |
| 313 | { |
| 314 | return t_->size == 0; |
| 315 | } |
| 316 | |
| 317 | auto |
| 318 | object:: |
nothing calls this directly
no outgoing calls
no test coverage detected