empty_string
Procures an empty string for the given character type. Specialized for:
charsigned charunsigned charchar8_tchar16_tchar32_t
-
template<typename _CharTy>
inline decltype(auto) constexpr ztd::empty_string() noexcept Returns an array representing an empty c-style string.
- Template Parameters
_CharTy – The character type.
- Returns
An empty c-string.