| 460 | |
| 461 | template<typename CharT> |
| 462 | inline typename basic_cstring<CharT>::iterator |
| 463 | basic_cstring<CharT>::begin() |
| 464 | { |
| 465 | return m_begin; |
| 466 | } |
| 467 | |
| 468 | //____________________________________________________________________________// |
| 469 |
no outgoing calls
no test coverage detected