Searched defs:is_function_v (Results 1 – 3 of 3) sorted by relevance
38 inline constexpr bool is_function_v = is_function<_Tp>::value; global() variable
28 LIBC_INLINE_VAR constexpr bool is_function_v = is_function<T>::value; global() variable
44 _INLINE_VAR constexpr bool is_function_v = // only function types and reference types can't be cons… variable