YACLib
C++ library for concurrent tasks execution
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
yaclib::detail::IsInvocable< Func, Args > Struct Template Referencefinal

#include <type_traits_impl.hpp>

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

Static Public Attributes

static constexpr bool Value = std::is_invocable_v<Func, Args...>
 

Detailed Description

template<typename Func, typename... Args>
struct yaclib::detail::IsInvocable< Func, Args >

Definition at line 18 of file type_traits_impl.hpp.

Member Data Documentation

◆ Value

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

Definition at line 19 of file type_traits_impl.hpp.


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