-
#include "tensorstore/progress.h" - struct tensorstore::ReadProgressFunction;
Specifies a read progress function for use with
tensorstore::Read.Types¶
- type Function;
Type-erased movable function with signature
void(ReadProgress).
#include "tensorstore/progress.h"Specifies a read progress function for use with tensorstore::Read.
Type-erased movable function with signature void(ReadProgress).