webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | List of all members
WebCore::IDLPromise< T > Struct Template Reference

#include <IDLTypes.h>

Inheritance diagram for WebCore::IDLPromise< T >:
WebCore::IDLType< DOMPromise< T > > WebCore::IDLType< DOMPromise< T > >

Public Types

using InnerType = T
 
using InnerType = T
 
- Public Types inherited from WebCore::IDLType< DOMPromise< T > >
using ImplementationType = DOMPromise< T >
 
using ImplementationType = DOMPromise< T >
 
using ParameterType = DOMPromise< T >
 
using ParameterType = DOMPromise< T >
 
using NullableType = std::optional< ImplementationType >
 
using NullableType = std::optional< ImplementationType >
 

Additional Inherited Members

- Static Public Member Functions inherited from WebCore::IDLType< DOMPromise< T > >
static NullableType nullValue ()
 
static NullableType nullValue ()
 
static bool isNullValue (const NullableType &value)
 
static bool isNullValue (const NullableType &value)
 
static ImplementationType extractValueFromNullable (const NullableType &value)
 
static ImplementationType extractValueFromNullable (const NullableType &value)
 

Member Typedef Documentation

◆ InnerType [1/2]

template<typename T >
using WebCore::IDLPromise< T >::InnerType = T

◆ InnerType [2/2]

template<typename T >
using WebCore::IDLPromise< T >::InnerType = T

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