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

Public Member Functions

 Unsafe ()
 
 Unsafe (Unsafe const &)
 
 Unsafe (Unsafe &&)
 
Unsafeoperator= (Unsafe const &)
 
Unsafeoperator= (Unsafe &&)
 

Constructor & Destructor Documentation

◆ Unsafe() [1/3]

std::experimental::Unsafe::Unsafe ( )
inline
37{}

◆ Unsafe() [2/3]

std::experimental::Unsafe::Unsafe ( Unsafe const )
inline
38{}

◆ Unsafe() [3/3]

std::experimental::Unsafe::Unsafe ( Unsafe &&  )
inline
39{}

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

Unsafe & std::experimental::Unsafe::operator= ( Unsafe &&  )
inline
42{ return *this; }

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