proxygen
folly::ThrowingBadness Struct Reference

Public Member Functions

 ThrowingBadness () noexcept(false)
 
 ThrowingBadness (const ThrowingBadness &) noexcept(false)
 
 ThrowingBadness (ThrowingBadness &&) noexcept(false)
 
ThrowingBadnessoperator= (const ThrowingBadness &) noexcept(false)
 
ThrowingBadnessoperator= (ThrowingBadness &&) noexcept(false)
 

Detailed Description

Definition at line 583 of file ExpectedTest.cpp.

Constructor & Destructor Documentation

folly::ThrowingBadness::ThrowingBadness ( )
noexcept
folly::ThrowingBadness::ThrowingBadness ( const ThrowingBadness )
noexcept
folly::ThrowingBadness::ThrowingBadness ( ThrowingBadness &&  )
noexcept

Member Function Documentation

ThrowingBadness& folly::ThrowingBadness::operator= ( const ThrowingBadness )
noexcept
ThrowingBadness& folly::ThrowingBadness::operator= ( ThrowingBadness &&  )
noexcept

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