5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_FORWARD_AS_TUPLE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_FORWARD_AS_TUPLE_HPP_
14#include "stdlib/include/stdlib_detail/forward.hpp"
16#include "stdlib/include/stdlib_detail/tuple.hpp"
30template <
class... ArgTs>
32 return tuple<ArgTs&&...>{::std::forward<ArgTs>(args)...};
constexpr auto forward_as_tuple(ArgTs &&... args) noexcept -> tuple< ArgTs &&... >
construct a tuple of references to the provided arguments suitable for forwarding as arguments to a f...
Definition forward_as_tuple.hpp:31
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