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

Creates a callback that does nothing when called. More...

#include "include/base/cef_callback_helpers.h"

Public Member Functions

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

Static Public Member Functions

template<typename... Args>
static RepeatingCallback< void(Args...)> Repeatedly ()
 
template<typename... Args>
static OnceCallback< void(Args...)> Once ()
 

Detailed Description

Creates a callback that does nothing when called.

Member Function Documentation

◆ Once()

template<typename... Args>
static OnceCallback<void(Args...)> base::DoNothing::Once ( )
inlinestatic

◆ operator OnceCallback< void()

template<typename... Args>
base::DoNothing::operator OnceCallback< void ( Args...  ) const
inline

◆ operator RepeatingCallback< void()

template<typename... Args>
base::DoNothing::operator RepeatingCallback< void ( Args...  ) const
inline

◆ Repeatedly()

template<typename... Args>
static RepeatingCallback<void(Args...)> base::DoNothing::Repeatedly ( )
inlinestatic

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