|
Lely core libraries 2.3.5
|
Determines whether F can be invoked with the arguments Args.... More...
#include <type_traits.hpp>


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.