fp
Functional Programming extensions to C++ for ROS projects.
|
Tests if any of the expected args passed in has an error.
[in] | The | tl::expected<T, E> variables. All have to use the same error type. |
E | The error type |
Args | The value types for the tl::expected<T, E> args |