-
#include "tensorstore/progress.h"
- struct tensorstore::WriteProgressFunction;
Specifies a write progress function for use with
tensorstore::Write
.Types¶
- type Function;
Type-erased movable function with signature
void(WriteProgress)
.
#include "tensorstore/progress.h"
Specifies a write progress function for use with tensorstore::Write
.
Type-erased movable function with signature void(WriteProgress)
.