-
#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:¶
SourceElementis potentially convertible toElement- Requires:¶
SourceRankis potentially convertible toRank- Requires:¶
SourceModeis potentially convertible toMode- Pre:¶
- Pre:¶
other.rank()is compatible withstatic_rank- Pre:¶
other.read_write_mode()is compatible withstatic_mode