Diag-Client-Lib
Namespaces | Typedefs
diagnostic_client_result.h File Reference
#include <optional>
#include <type_traits>
#include <utility>
#include <variant>
#include "core/include/error_code.h"
#include "core/include/result.h"
Include dependency graph for diagnostic_client_result.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 diag
 
 diag::client
 

Typedefs

template<typename T , typename E = core_type::ErrorCode>
using diag::client::Result = core_type::Result< T, E >
 Class type to contains a value (of type ValueType), or an error (of type ErrorType) More...