| 478 | |
| 479 | template<typename CharT> |
| 480 | inline typename basic_cstring<CharT>::iterator |
| 481 | basic_cstring<CharT>::end() |
| 482 | { |
| 483 | return m_end; |
| 484 | } |
| 485 | |
| 486 | //____________________________________________________________________________// |
| 487 |
no outgoing calls
no test coverage detected