Fake ADL based lookup function for meta pointer-like types.
More...
#include <entt.hpp>
|
static decltype(auto) | dereference (const Type &value) |
| Uses the default ADL based lookup method to resolve the call. More...
|
|
template<typename Type>
struct entt::adl_meta_pointer_like< Type >
Fake ADL based lookup function for meta pointer-like types.
- Template Parameters
-
◆ dereference()
Uses the default ADL based lookup method to resolve the call.
- Parameters
-
value | A pointer-like object. |
- Returns
- The value returned from the dereferenced pointer.
The documentation for this struct was generated from the following file: