5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_ADD_POINTER_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_ADD_POINTER_HPP_
8#include "stdlib/include/stdlib_detail/declval.hpp"
9#include "stdlib/include/stdlib_detail/enable_if.hpp"
10#include "stdlib/include/stdlib_detail/is_referenceable.hpp"
11#include "stdlib/include/stdlib_detail/is_void.hpp"
12#include "stdlib/include/stdlib_detail/remove_reference.hpp"
28template <
class Type,
class =
void>
53template <
typename Type>
61template <
typename Type>
Base case for when Type is not referenceable or void.
Definition add_pointer.hpp:29
Adds a pointer to the given type.
Definition add_pointer.hpp:54
Definition add_pointer.hpp:21
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