Chromium Embedded Framework (CEF)  117.1.0+ga287baf+chromium-117.0.5938.62
base::AutoReset< T > Class Template Reference

#include "include/base/cef_auto_reset.h"

Public Member Functions

template<typename U >
 AutoReset (T *scoped_variable, U &&new_value)
 
 AutoReset (AutoReset &&other)
 
AutoResetoperator= (AutoReset &&rhs)
 
 ~AutoReset ()
 

Constructor & Destructor Documentation

◆ AutoReset() [1/2]

template<typename T >
template<typename U >
base::AutoReset< T >::AutoReset ( T *  scoped_variable,
U &&  new_value 
)
inline

◆ AutoReset() [2/2]

template<typename T >
base::AutoReset< T >::AutoReset ( AutoReset< T > &&  other)
inline

◆ ~AutoReset()

template<typename T >
base::AutoReset< T >::~AutoReset ( )
inline

Member Function Documentation

◆ operator=()

template<typename T >
AutoReset& base::AutoReset< T >::operator= ( AutoReset< T > &&  rhs)
inline

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