| 28 | |
| 29 | template <typename T, std::size_t N> |
| 30 | constexpr const T* begin(const ebo_array<T, N>& e) noexcept |
| 31 | { |
| 32 | return e.arr; |
| 33 | } |
| 34 | template <typename T, std::size_t N> |
| 35 | constexpr const T* end(const ebo_array<T, N>& e) noexcept |
| 36 | { |
no outgoing calls
no test coverage detected