Home
last modified time | relevance | path

Searched refs:StringViewLike (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h59 using StringViewLike = enable_if_t<is_convertible_v<const T&, string_view>>; variable
143 template<class StringT, class = StringViewLike<StringT>>
147 template<class StringT, class = StringViewLike<StringT>>