| 248 | |
| 249 | template<typename CharT> |
| 250 | inline bool |
| 251 | basic_cstring<CharT>::is_empty() const |
| 252 | { |
| 253 | return m_end == m_begin; |
| 254 | } |
| 255 | |
| 256 | //____________________________________________________________________________// |
| 257 |
no outgoing calls
no test coverage detected