webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WTF::Optional< T > Class Template Reference

#include <DeprecatedOptional.h>

Public Member Functions

 operator bool () const
 
Tvalue ()
 
 operator bool () const
 
Tvalue ()
 
 operator bool () const
 
Tvalue ()
 

Member Function Documentation

◆ operator bool() [1/3]

template<typename T>
WTF::Optional< T >::operator bool ( ) const
inlineexplicit

◆ operator bool() [2/3]

template<typename T>
WTF::Optional< T >::operator bool ( ) const
inlineexplicit

◆ operator bool() [3/3]

template<typename T>
WTF::Optional< T >::operator bool ( ) const
inlineexplicit

◆ value() [1/3]

template<typename T>
T& WTF::Optional< T >::value ( )
inline

◆ value() [2/3]

template<typename T>
T& WTF::Optional< T >::value ( )
inline

◆ value() [3/3]

template<typename T>
T& WTF::Optional< T >::value ( )
inline

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