Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | List of all members
dart::base_ptr_type< T, Enable > Struct Template Reference

#include <tagged_pointer.h>

Public Types

using type = typename std::enable_if< is_uncompressed_ptr< T >::value, ObjectPtr >::type
 

Detailed Description

template<typename T, typename Enable = void>
struct dart::base_ptr_type< T, Enable >

Definition at line 259 of file tagged_pointer.h.

Member Typedef Documentation

◆ type

template<typename T , typename Enable = void>
using dart::base_ptr_type< T, Enable >::type = typename std::enable_if<is_uncompressed_ptr<T>::value, ObjectPtr>::type

Definition at line 260 of file tagged_pointer.h.


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