helper struct to create an error only expected which is signalling success more easily
More...
#include <iceoryx_hoofs/cxx/expected.hpp>
|
| | success (const void &t) noexcept |
| | constructor which creates a success helper class by copying the value of t
|
helper struct to create an error only expected which is signalling success more easily
cxx::expected<float> callMe() {
}
helper struct to create an expected which is signalling success more easily
Definition expected.hpp:49
◆ success()
constructor which creates a success helper class by copying the value of t
- Parameters
-
| [in] | t | value which should be later stored in an expected |
The documentation for this struct was generated from the following file: