Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/utils/json/
H A Dtraits_util.h32 inline constexpr bool G_IS_STR = (std::is_same_v<char *, std::decay_t<T>> || variable
36 inline constexpr bool G_IS_PRINTABLE = (G_IS_NUM<T> || G_IS_BOOL<T> || G_IS_STR<T>);
39 inline constexpr bool G_IS_BASE_TYPE = (G_IS_NUM<T> || G_IS_BOOL<T> || G_IS_STR<T>);
59 …using type = std::conditional_t<G_IS_NUM<T>, int, std::conditional_t<G_IS_STR<T>, std::string, boo…