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

#include <type_traits_impl.hpp>

Collaboration diagram for yaclib::detail::IsInvocable< Func, void >:
[legend]

Static Public Attributes

static constexpr bool Value = std::is_invocable_v<Func>
 

Detailed Description

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

Definition at line 23 of file type_traits_impl.hpp.

Member Data Documentation

◆ Value

template<typename Func >
constexpr bool yaclib::detail::IsInvocable< Func, void >::Value = std::is_invocable_v<Func>
staticconstexpr

Definition at line 24 of file type_traits_impl.hpp.


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