-
#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)
.
#include "tensorstore/progress.h"
Specifies a copy progress function for use with tensorstore::Copy
.
Type-erased movable function with signature void(CopyProgress)
.