| 211 | size_type size() const { return m_str.size(); } |
| 212 | |
| 213 | const_pointer data() const { return m_str.data(); } |
| 214 | const_pointer c_str() const { return m_str.c_str(); } |
| 215 | |
| 216 | iterator begin() { return m_str.begin(); } |
no outgoing calls
no test coverage detected