Searched defs:is_const_v (Results 1 – 2 of 2) sorted by relevance
28 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_const_v = __is_const(_Tp); variable
26 _INLINE_VAR constexpr bool is_const_v = false; // determine whether type argument is const qualified variable