Chromium Embedded Framework (CEF)  117.1.0+ga287baf+chromium-117.0.5938.62
base::NullCallback Class Reference

Creates a null callback. More...

#include "include/base/cef_callback_helpers.h"

Public Member Functions

template<typename R , typename... Args>
 operator RepeatingCallback< R (Args...)>() const
 
template<typename R , typename... Args>
 operator OnceCallback< R (Args...)>() const
 

Detailed Description

Creates a null callback.

Member Function Documentation

◆ operator OnceCallback< R()

template<typename R , typename... Args>
base::NullCallback::operator OnceCallback< R ( Args...  ) const
inline

◆ operator RepeatingCallback< R()

template<typename R , typename... Args>
base::NullCallback::operator RepeatingCallback< R ( Args...  ) const
inline

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