#include "tensorstore/util/future.h"
template <typename T>
constexpr bool tensorstore::IsFuture;

Evaluates to true if T is an instance of Future.