#include "tensorstore/progress.h"
struct tensorstore::CopyProgressFunction;

Specifies a copy progress function for use with tensorstore::Copy.

Types

type Function;

Type-erased movable function with signature void(CopyProgress).