clang 22.0.0git
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.

References clang::T.

◆ ~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: