| 527 | |
| 528 | template<typename CharT> |
| 529 | inline typename basic_cstring<CharT>::iterator |
| 530 | basic_cstring<CharT>::end() |
| 531 | { |
| 532 | return m_end; |
| 533 | } |
| 534 | |
| 535 | //____________________________________________________________________________// |
| 536 |
no outgoing calls
no test coverage detected