Searched refs:G_IS_STR (Results 1 – 1 of 1) sorted by relevance
32 inline constexpr bool G_IS_STR = (std::is_same_v<char *, std::decay_t<T>> || variable36 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…