EnTT 3.13.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
entt::adl_meta_pointer_like< Type > Struct Template Reference

Fake ADL based lookup function for meta pointer-like types. More...

#include <adl_pointer.hpp>

Static Public Member Functions

static decltype(auto) dereference (const Type &value)
 Uses the default ADL based lookup method to resolve the call.
 

Detailed Description

template<typename Type>
struct entt::adl_meta_pointer_like< Type >

Fake ADL based lookup function for meta pointer-like types.

Template Parameters
TypeElement type.

Definition at line 22 of file adl_pointer.hpp.

Member Function Documentation

◆ dereference()

template<typename Type >
static decltype(auto) entt::adl_meta_pointer_like< Type >::dereference ( const Type &  value)
inlinestatic

Uses the default ADL based lookup method to resolve the call.

Parameters
valueA pointer-like object.
Returns
The value returned from the dereferenced pointer.

Definition at line 28 of file adl_pointer.hpp.


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