Lely core libraries 2.3.4
lely::compat::is_invocable< F, Args > Struct Template Reference

Determines whether F can be invoked with the arguments Args.... More...

#include <type_traits.hpp>

Inheritance diagram for lely::compat::is_invocable< F, Args >:
Collaboration diagram for lely::compat::is_invocable< F, Args >:

Detailed Description

template<class F, class... Args>
struct lely::compat::is_invocable< F, Args >

Determines whether F can be invoked with the arguments Args....

Formally, determines whether INVOKE(declval<F>(), declval<Args>()...) is well-formed when treated as an unevaluated operand.

Definition at line 206 of file type_traits.hpp.


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