Searched refs:ContIter (Results 1 – 1 of 1) sorted by relevance
111 using ContIter = contiguous_iterator<const int*>; typedef115 constexpr ContIter begin() const { return ContIter(buff); } in begin()116 constexpr ContIter end() const { return ContIter(buff + 8); } in end()122 constexpr ContIter begin() const { return ContIter(buff); } in begin()123 constexpr ContIter end() const { return ContIter(buff + 8); } in end()