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

#include <type_traits_impl.hpp>

Public Types

using Value = T
 
using Trait = T
 

Detailed Description

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

Definition at line 70 of file type_traits_impl.hpp.

Member Typedef Documentation

◆ Trait

template<typename T >
using yaclib::detail::AsyncTypes< T >::Trait = T

Definition at line 72 of file type_traits_impl.hpp.

◆ Value

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

Definition at line 71 of file type_traits_impl.hpp.


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