muu/pointer_cast.h file

Contains the definition of muu::pointer_cast().

Namespaces

namespace muu
The root namespace for all muu functions and types.

Functions

template <typename To, typename From>
auto pointer_cast(From from) -> To constexpr noexcept
Casts between pointers, choosing the most appropriate conversion path.