@brief Aggregates the values of individual bytes of a string. */
| 4058 | |
| 4059 | /** @brief Aggregates the values of individual bytes of a string. */ |
| 4060 | size_type bytesum() const noexcept { return view().bytesum(); } |
| 4061 | |
| 4062 | /** |
| 4063 | * @brief Overwrites the string with random binary data. |
no outgoing calls