コード例 #1
0
ファイル: multi_array.hpp プロジェクト: AntonDV235/OMCompiler
 // Only reachable if dimension D is sufficient
 static std::ptrdiff_t stride2( const Id& id ) {
     return id.strides()[1];
 }