#include "tensorstore/util/result.h"
void tensorstore::Result<T>::IgnoreResult() const noexcept;

Ignores the result. This method does nothing except potentially suppress complaints from any tools that are checking that errors are not dropped on the floor.