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

Public Member Functions

 Safe ()
 
 Safe (Safe const &)
 
 Safe (Safe &&) noexcept
 
Safeoperator= (Safe const &)
 
Safeoperator= (Safe &&) noexcept
 

Constructor & Destructor Documentation

◆ Safe() [1/3]

std::experimental::Safe::Safe ( )
inline
27{}

◆ Safe() [2/3]

std::experimental::Safe::Safe ( Safe const )
inline
28{}

◆ Safe() [3/3]

std::experimental::Safe::Safe ( Safe &&  )
inlinenoexcept
29{}

Member Function Documentation

◆ operator=() [1/2]

Safe & std::experimental::Safe::operator= ( Safe const )
inline
31{ return *this; }

◆ operator=() [2/2]

Safe & std::experimental::Safe::operator= ( Safe &&  )
inlinenoexcept
32{ return *this; }

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