| 239 | |
| 240 | template<typename CharT> |
| 241 | inline typename basic_cstring<CharT>::size_type |
| 242 | basic_cstring<CharT>::size() const |
| 243 | { |
| 244 | return static_cast<size_type>(m_end - m_begin); |
| 245 | } |
| 246 | |
| 247 | //____________________________________________________________________________// |
| 248 |
no outgoing calls
no test coverage detected