-
#include "tensorstore/strided_layout.h" -
template <typename Sink>
friend void
tensorstore::StridedLayout<Rank, OriginKind, CKind>::AbslStringify(
Sink& sink,
const StridedLayout& layout); -
friend std::ostream&
tensorstore::StridedLayout<Rank, OriginKind, CKind>::operator<<(
std::ostream& os,
const StridedLayout& layout); Writes a string representation to
os.