5#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_NOTHROW_T_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_NOTHROW_T_HPP_
Tag type used to disambiguate the overloads of throwing and non-throwing allocation functions.
Definition nothrow_t.hpp:17
nothrow_t()=default
Default explicit constructor.
nothrow_t const nothrow
A constant of std::nothrow_t.
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