mitteLib
Loading...
Searching...
No Matches
mlab::result_impl< E, T >::content_wrap< RC > Struct Template Reference

#include <result.hpp>

Public Types

using content_type = typename std::conditional<RC == result_content::error, E, T>::type
 

Public Attributes

content_type content
 

Member Typedef Documentation

◆ content_type

template<class E , class T >
template<result_content RC>
using mlab::result_impl< E, T >::content_wrap< RC >::content_type = typename std::conditional<RC == result_content::error, E, T>::type

Member Data Documentation

◆ content

template<class E , class T >
template<result_content RC>
content_type mlab::result_impl< E, T >::content_wrap< RC >::content

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