| 509 | |
| 510 | template<typename CharT> |
| 511 | inline typename basic_cstring<CharT>::iterator |
| 512 | basic_cstring<CharT>::begin() |
| 513 | { |
| 514 | return m_begin; |
| 515 | } |
| 516 | |
| 517 | //____________________________________________________________________________// |
| 518 |
no outgoing calls
no test coverage detected