Searched defs:HasStaticStride (Results 1 – 2 of 2) sorted by relevance
79 struct HasStaticStride<Matrix<P,R,C,Allocator>> struct81 constexpr static bool value = (C>0);112 struct HasStaticStride<MatrixView<P,S>> struct114 constexpr static bool value = (S>0);151 struct HasStaticStride<const Matrix<P,R,C,Allocator>&> struct153 constexpr static bool value = (C>0);184 struct HasStaticStride<const MatrixView<P,S>&> struct186 constexpr static bool value = (S>0);
40 struct HasStaticStride struct42 constexpr static bool value = false;