\brief Queries the length of the string, excluding any added '\0's.
| 644 | |
| 645 | //! \brief Queries the length of the string, excluding any added '\0's. |
| 646 | ::size_t size(void) const { return size_; } |
| 647 | |
| 648 | //! \brief Queries the length of the string, excluding any added '\0's. |
| 649 | ::size_t length(void) const { return size(); } |
no outgoing calls
no test coverage detected