for STL compatibility only, Empty() usage is recommended
| 254 | } |
| 255 | /// for STL compatibility only, Empty() usage is recommended |
| 256 | Y_PURE_FUNCTION bool empty() const noexcept { |
| 257 | return Empty(); |
| 258 | } |
| 259 | |
| 260 | Y_PURE_FUNCTION bool Empty() const noexcept { |
| 261 | return 0 == Size_; |