5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_POINTER_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_IS_POINTER_HPP_
14#include "stdlib/include/stdlib_detail/integral_constant.hpp"
15#include "stdlib/include/stdlib_detail/remove_cv.hpp"
Check if the supplied template argument is a pointer or not. The value is true if so,...
Definition is_pointer.hpp:43
Definition is_pointer.hpp:19
constexpr bool is_pointer_impl
Base case when T is not a pointer.
constexpr bool is_pointer_impl< T * >
Case when T is a pointer.
constexpr bool is_pointer_v
Check if the supplied template argument is a pointer or not. The value is true if so,...
constexpr auto operator()(::arene::base::result< void, E > const &value) const noexcept(noexcept(hash< E >{}(std::declval< E const & >()))) -> std::size_t
Calculate the hash of a result.
Definition result.hpp:1827