4#ifndef TETL_MEMORY_RANGES_DESTROY_AT_HPP
5#define TETL_MEMORY_RANGES_DESTROY_AT_HPP
7#include <etl/_concepts/destructible.hpp>
8#include <etl/_memory/addressof.hpp>
9#include <etl/_memory/destroy_at.hpp>
10#include <etl/_type_traits/is_array.hpp>
15 template <
etl::destructible T>
16 constexpr auto operator()(T* p)
const noexcept ->
void
Definition ranges_in_fun_result.hpp:12
Definition adjacent_find.hpp:9
Definition ranges_destroy_at.hpp:14
constexpr auto operator()(T *p) const noexcept -> void
Definition ranges_destroy_at.hpp:16