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

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... | |