|
iceoryx2
C++ Language Bindings
|
helper struct to create an expected which is signalling success more easily More...
#include <expected_helper.hpp>
Public Member Functions | |
| ok (const T &t) noexcept | |
| template<typename U = T, typename = enable_if_not_lvalue_referece_t<U>> | |
| ok (T &&t) noexcept | |
| template<typename... Targs> | |
| ok (Targs &&... args) noexcept | |
Public Attributes | |
| T | value |
helper struct to create an expected which is signalling success more easily
Definition at line 50 of file expected_helper.hpp.
Definition at line 53 of file expected_helper.hpp.
|
inlineexplicitnoexcept |
Definition at line 60 of file expected_helper.hpp.
|
inlineexplicitnoexcept |
Definition at line 66 of file expected_helper.hpp.
| T iox2::legacy::detail::ok< T >::value |
Definition at line 70 of file expected_helper.hpp.