HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
net_OutcomeErrorVisit< T, E > Struct Template Reference

#include <NET_Outcome.h>

Public Types

using result_type = const E &
 

Public Member Functions

result_type operator() (const T &)
 
result_type operator() (const E &e)
 
result_type operator() (const std::exception_ptr &ptr)
 

Detailed Description

template<typename T, typename E>
struct net_OutcomeErrorVisit< T, E >

Definition at line 34 of file NET_Outcome.h.

Member Typedef Documentation

template<typename T , typename E >
using net_OutcomeErrorVisit< T, E >::result_type = const E&

Definition at line 36 of file NET_Outcome.h.

Member Function Documentation

template<typename T , typename E >
result_type net_OutcomeErrorVisit< T, E >::operator() ( const T )
inline

Definition at line 37 of file NET_Outcome.h.

template<typename T , typename E >
result_type net_OutcomeErrorVisit< T, E >::operator() ( const E &  e)
inline

Definition at line 38 of file NET_Outcome.h.

template<typename T , typename E >
result_type net_OutcomeErrorVisit< T, E >::operator() ( const std::exception_ptr &  ptr)
inline

Definition at line 39 of file NET_Outcome.h.


The documentation for this struct was generated from the following file: