Searched defs:is_function_v (Results 1 – 2 of 2) sorted by relevance
28 LIBC_INLINE_VAR constexpr bool is_function_v = is_function<T>::value; variable
38 inline constexpr bool is_function_v = is_function<_Tp>::value; variable