Contains template aliases for use in BlitzArraySliceIterator.h & BlitzArraySliceIterator.tcc. More...
Typedefs | |
| template<int RANK, bool IS_CONST> | |
| using | ConditionalConstCArray = typename tmptools::ConditionalAddConst< CArray< RANK >, IS_CONST >::type |
| template<typename V > | |
| using | ResCArray = CArray< Size< V >::value > |
| template<typename V , bool IS_CONST> | |
| using | ConditionalConstResCArray = ConditionalConstCArray< Size< V >::value, IS_CONST > |
| template<typename I , typename V , bool IS_CONST> | |
| using | ForwardIteratorHelper = boost::forward_iterator_helper< I, ConditionalConstResCArray< V, IS_CONST > > |
| template<int RANK, typename V > | |
| using | VecIdxTiny = IdxTiny< RANK-Size< V >::value > |
Contains template aliases for use in BlitzArraySliceIterator.h & BlitzArraySliceIterator.tcc.