| 26 | size_type size() const { return size_; } |
| 27 | const_iterator begin() const { return data_; } |
| 28 | const_iterator end() const { return data_ + size_; } |
| 29 | }; |
| 30 | |
| 31 | #endif // INITIALIZER_LIST_HPP |
nothing calls this directly
no outgoing calls
no test coverage detected