clang 19.0.0git
Public Member Functions | List of all members
clang::UpdateOnReturn< T > Class Template Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/FormatStringParsing.h"

Public Member Functions

 UpdateOnReturn (T &valueToUpdate, const T &valueToCopy)
 
 ~UpdateOnReturn ()
 

Detailed Description

template<typename T>
class clang::UpdateOnReturn< T >

Definition at line 26 of file FormatStringParsing.h.

Constructor & Destructor Documentation

◆ UpdateOnReturn()

template<typename T >
clang::UpdateOnReturn< T >::UpdateOnReturn ( T valueToUpdate,
const T valueToCopy 
)
inline

Definition at line 30 of file FormatStringParsing.h.

◆ ~UpdateOnReturn()

template<typename T >
clang::UpdateOnReturn< T >::~UpdateOnReturn ( )
inline

Definition at line 33 of file FormatStringParsing.h.


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