-
#include "tensorstore/tensorstore.h"
-
template <typename SourceElement,
DimensionIndex SourceRank,
ReadWriteMode SourceMode>
explicit tensorstore::TensorStore<ElementType, Rank, Mode>::
TensorStore(
unchecked_t,
TensorStore<SourceElement, SourceRank, SourceMode> other); Unchecked conversion from an existing TensorStore.
- Requires:¶
SourceElement
is potentially convertible toElement
- Requires:¶
SourceRank
is potentially convertible toRank
- Requires:¶
SourceMode
is potentially convertible toMode
- Pre:¶
- Pre:¶
other.rank()
is compatible withstatic_rank
- Pre:¶
other.read_write_mode()
is compatible withstatic_mode