Home
last modified time | relevance | path

Searched defs:G_IS_NUM (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/utils/json/
H A Dtraits_util.h26 inline constexpr bool G_IS_NUM = std::is_integral_v<T> && !std::is_same_v<T, bool>; member

Completed in 1 milliseconds