14 struct AllocateOneFunction {
15 template<concepts::Allocator Alloc>
18 return std::allocator<T>().allocate(1);
22 return static_cast<T*
>(result.data);
29constexpr inline auto allocate_one = detail::AllocateOneFunction<T> {};
constexpr auto allocate_one
Definition allocate_one.h:29
constexpr auto as_fallible
Definition as_fallible.h:26
constexpr auto try_infallible
Definition try_infallible.h:31
Definition any_storable.h:9
constexpr auto allocate
Definition allocate.h:26