-
#include "tensorstore/schema.h" -
template <typename Func>
friend PipelineResultType<Schema, Func>
tensorstore::Schema::operator|(Schema schema, Func&& func); “Pipeline” operator.
In the expression
x | y, ifyis a function having signatureResult<U>(T), thenoperator|appliesyto the value ofx, returning aResult<U>.