|
franky 1.1.4
A High-Level Motion API for Franka
|
franka::Errors with noexcept copy and assignment. More...
#include <robot_state.hpp>
Public Member Functions | |
| Errors () noexcept | |
| Errors (const franka::Errors &other) noexcept | |
| Errors (const Errors &other) noexcept | |
| Errors & | operator= (const Errors &other) noexcept |
franka::Errors with noexcept copy and assignment.
franka::Errors only holds booleans, so copying it cannot throw, but libfranka does not mark its special members noexcept. This wrapper does, keeping RobotState nothrow move constructible so it can be captured in real-time queued callbacks (see RTFunctionQueue).
|
inlinenoexcept |
|
inlinenoexcept |