| 814 | #if 0 // disabled for now due to the ordering of classes in this header |
| 815 | template <class T> |
| 816 | bool Verify() const { |
| 817 | Verifier verifier(data(), size()); |
| 818 | return verifier.Verify<T>(nullptr); |
| 819 | } |
| 820 | |
| 821 | template <class T> |
| 822 | const T* GetRoot() const { |