|
Dev Essential
1.6.3
|
#include <a_util/result/detail/result_description_decl.h>#include <a_util/result/result_info.h>#include <utility>Go to the source code of this file.
Classes | |
| class | a_util::result::Result |
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::result |
| Serves as component for functionality handling error and return types. | |
| namespace | a_util::result::detail |
| Serves as namespace for result implementation details. | |
Functions | |
| bool | a_util::result::operator!= (const Result &lhs, const Result &rhs) |
| template<typename T> | |
| bool | a_util::result::operator== (const Result &result, const ResultInfo< T > &) |
| template<typename T> | |
| bool | a_util::result::operator!= (const Result &result, const ResultInfo< T > &error_code) |
| template<typename T> | |
| bool | a_util::result::operator== (const ResultInfo< T > &error_code, const Result &result) |
| template<typename T> | |
| bool | a_util::result::operator!= (const ResultInfo< T > &error_code, const Result &result) |
| template<> | |
| bool | a_util::result::isOk< Result > (const Result &result) |
Public API for Result type and functions
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/.