YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::FutureBaseTypes< T > Struct Template Referencefinal

#include <type_traits_impl.hpp>

Public Types

using Value = T
 
using Error = T
 

Detailed Description

template<typename T>
struct yaclib::detail::FutureBaseTypes< T >

Definition at line 60 of file type_traits_impl.hpp.

Member Typedef Documentation

◆ Error

template<typename T >
using yaclib::detail::FutureBaseTypes< T >::Error = T

Definition at line 62 of file type_traits_impl.hpp.

◆ Value

template<typename T >
using yaclib::detail::FutureBaseTypes< T >::Value = T

Definition at line 61 of file type_traits_impl.hpp.


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