QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
Guard Struct Reference

Public Member Functions

 Guard ()
 
 Guard (std::string s, int=0)
 
 Guard (const Guard &)=delete
 
 Guard (Guard &&)=delete
 
void operator= (const Guard &)=delete
 
void operator= (Guard &&)=delete
 

Public Attributes

std::string val
 

Constructor & Destructor Documentation

◆ Guard() [1/4]

Guard::Guard ( )
inline
67: val{} {}
std::string val
Definition test_optional.cpp:66

◆ Guard() [2/4]

Guard::Guard ( std::string  s,
int  = 0 
)
inlineexplicit
68: val(s) {}

◆ Guard() [3/4]

Guard::Guard ( const Guard )
delete

◆ Guard() [4/4]

Guard::Guard ( Guard &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

void Guard::operator= ( const Guard )
delete

◆ operator=() [2/2]

void Guard::operator= ( Guard &&  )
delete

Member Data Documentation

◆ val

std::string Guard::val

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