3#ifndef TETL_MEMORY_TO_ADDRESS_HPP
4#define TETL_MEMORY_TO_ADDRESS_HPP
17template <
typename Ptr>
Definition adjacent_find.hpp:8
constexpr auto to_address(Ptr const &ptr) noexcept
Obtain the address represented by p without forming a reference to the object pointed to by p.
Definition to_address.hpp:18
constexpr bool is_function_v
Checks whether T is a function type. Types like etl::inplace_function, lambdas, classes with overload...
Definition is_function.hpp:35
The pointer_traits class template provides the standardized way to access certain properties of point...
Definition pointer_traits.hpp:17