#include <algorithm>
#include <concepts>
#include <QString>
Go to the source code of this file.
|
| template<size_t N, typename Char = char> |
| using | LC::Util::RawStr = const Char (&) [N] |
|
| template<CtString Source, auto Needle, size_t N2, typename Char> |
| constexpr auto | LC::Util::ReplaceAll (CtString< N2, Char > replacement) noexcept |
| template<CtString Str> |
| QByteArray | LC::Util::ToByteArray () noexcept |
| template<CtString Str> |
| QString | LC::Util::ToString () noexcept |
| template<size_t N1, size_t N2, typename Char> |
| constexpr auto | LC::Util::operator+ (RawStr< N1, Char > s1, CtString< N2, Char > s2) noexcept |
| template<typename Char> |
| constexpr size_t | LC::Util::StringBufSize (const Char *str) noexcept |
| template<size_t N, typename Char> |
| | LC::Util::CtString (RawStr< N, Char >) -> CtString< N - 1, Char > |
| template<Util::CtString S> |
| constexpr auto | LC::operator""_ct () noexcept |