|
libgpiod 2.1.3
|
Exception thrown when an already released line request is used. More...
#include <exception.hpp>


Public Member Functions | |
| request_released (const ::std::string &what) | |
| Constructor. More... | |
| request_released (const request_released &other) noexcept | |
| Copy constructor. More... | |
| request_released (request_released &&other) noexcept | |
| Move constructor. More... | |
| request_released & | operator= (const request_released &other) noexcept |
| Assignment operator. More... | |
| request_released & | operator= (request_released &&other) noexcept |
| Move assignment operator. More... | |
Exception thrown when an already released line request is used.
Definition at line 70 of file exception.hpp.
|
explicit |
Constructor.
| what | Human readable reason for error. |
|
noexcept |
Copy constructor.
| other | Object to copy from. |
|
noexcept |
Move constructor.
| other | Object to move. |
|
noexcept |
Assignment operator.
| other | Object to copy from. |
|
noexcept |
Move assignment operator.
| other | Object to move. |