Searched refs:is_ptr_v (Results 1 – 1 of 1) sorted by relevance
4 constexpr bool is_ptr_v = false; variable7 constexpr bool is_ptr_v<T*> = true; variable15 template<typename T> requires is_ptr_v<T> // expected-note {{because 'is_ptr_v<int>' evaluated to…