|
| template<typename ResultType> |
| bool | a_util::result::isOk (const ResultType &result) |
| |
| template<typename ResultType> |
| bool | a_util::result::isFailed (const ResultType &result) |
| |
| template<typename ResultTypeLHS, typename ResultTypeRHS> |
| bool | a_util::result::operator== (const ResultInfo< ResultTypeLHS > &lhs, const ResultInfo< ResultTypeRHS > &rhs) |
| |
| template<typename ResultTypeLHS, typename ResultTypeRHS> |
| bool | a_util::result::operator!= (const ResultInfo< ResultTypeLHS > &lhs, const ResultInfo< ResultTypeRHS > &rhs) |
| |
| template<typename ResultTypeLHS, typename ResultTypeRHS> |
| bool | a_util::result::operator< (const ResultInfo< ResultTypeLHS > &lhs, const ResultInfo< ResultTypeRHS > &rhs) |
| |
| template<typename ResultTypeLHS, typename ResultTypeRHS> |
| bool | a_util::result::operator> (const ResultInfo< ResultTypeLHS > &lhs, const ResultInfo< ResultTypeRHS > &rhs) |
| |
| template<typename ResultTypeLHS, typename ResultTypeRHS> |
| bool | a_util::result::operator<= (const ResultInfo< ResultTypeLHS > &lhs, const ResultInfo< ResultTypeRHS > &rhs) |
| |
| template<typename ResultTypeLHS, typename ResultTypeRHS> |
| bool | a_util::result::operator>= (const ResultInfo< ResultTypeLHS > &lhs, const ResultInfo< ResultTypeRHS > &rhs) |
| |
Public API for ResultInfo type, functions and macros
- Copyright
Copyright 2025 Digitalwerk GmbH.
This Source Code Form is subject to the terms of the Mozilla
Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at https://mozilla.org/MPL/2.0/.