| 283 | |
| 284 | template<typename CharT> |
| 285 | inline typename basic_cstring<CharT>::size_type |
| 286 | basic_cstring<CharT>::size() const |
| 287 | { |
| 288 | return static_cast<size_type>(m_end - m_begin); |
| 289 | } |
| 290 | |
| 291 | //____________________________________________________________________________// |
| 292 |
no outgoing calls
no test coverage detected