|
Diag-Client-Lib
|
#include <optional>#include <type_traits>#include <utility>#include <variant>#include "core/include/error_code.h"

Go to the source code of this file.
Classes | |
| class | core_type::Result< T, E > |
| Class type to contains a value (of type ValueType), or an error (of type ErrorType) More... | |
| class | core_type::Result< void, E > |
| Specialization of class Result for "void" values. More... | |
| struct | core_type::Result< void, E >::empty_value |
| An empty value for handling void type in value type. More... | |
Namespaces | |
| core_type | |