Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
q20::detail::to_address_helper< Ptr, std::void_t< decltype(std::pointer_traits< Ptr >::to_address(std::declval< const Ptr & >())) > > Struct Template Reference

#include <q20memory.h>

+ Collaboration diagram for q20::detail::to_address_helper< Ptr, std::void_t< decltype(std::pointer_traits< Ptr >::to_address(std::declval< const Ptr & >())) > >:

Static Public Member Functions

static auto get (const Ptr &ptr) noexcept
 

Detailed Description

template<typename Ptr>
struct q20::detail::to_address_helper< Ptr, std::void_t< decltype(std::pointer_traits< Ptr >::to_address(std::declval< const Ptr & >())) > >

Definition at line 75 of file q20memory.h.

Member Function Documentation

◆ get()

template<typename Ptr >
static auto q20::detail::to_address_helper< Ptr, std::void_t< decltype(std::pointer_traits< Ptr >::to_address(std::declval< const Ptr & >())) > >::get ( const Ptr & ptr)
inlinestaticnoexcept

Definition at line 79 of file q20memory.h.

References ptr().

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: