YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::Invoke< Func, void > Struct Template Referencefinal

#include <type_traits_impl.hpp>

Public Types

using Type = std::invoke_result_t< Func >
 

Detailed Description

template<typename Func>
struct yaclib::detail::Invoke< Func, void >

Definition at line 33 of file type_traits_impl.hpp.

Member Typedef Documentation

◆ Type

template<typename Func >
using yaclib::detail::Invoke< Func, void >::Type = std::invoke_result_t<Func>

Definition at line 34 of file type_traits_impl.hpp.


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