| 913 | return true; |
| 914 | } |
| 915 | constexpr void reset(int32_t depth) const { return block().reset(depth); } |
| 916 | constexpr void confirm(int32_t depth) const { return block().confirm(depth); } |
| 917 | constexpr bool hasValue() const { return block().hasValue(); } |
| 918 | // non-const to inform users not to mark Id as const. |