| 194 | |
| 195 | public: |
| 196 | basic_custom_string() {} |
| 197 | explicit basic_custom_string(const_pointer str) : m_str(str) {} |
| 198 | explicit basic_custom_string(string_type const& str) : m_str(str) {} |
| 199 | template< typename OtherChar > |
nothing calls this directly
no outgoing calls
no test coverage detected