Searched defs:StringViewTemplate (Results 1 – 3 of 3) sorted by relevance
47 StringViewTemplate(const CharType* ptr) noexcept in StringViewTemplate() function51 constexpr StringViewTemplate(const CharType* ptr, size_t size) noexcept in StringViewTemplate() function56 constexpr StringViewTemplate(const UnsignedType* ptr, size_t size) noexcept in StringViewTemplate() function59 explicit constexpr StringViewTemplate( in StringViewTemplate() function68 constexpr StringViewTemplate( in StringViewTemplate() function75 constexpr StringViewTemplate(const CharType& ch) noexcept in StringViewTemplate() function
30 template class fxcrt::StringViewTemplate<char>; member in fxcrt
26 template class fxcrt::StringViewTemplate<wchar_t>; member in fxcrt