Lely core libraries 2.3.4
|
Determines whether F can be invoked with the arguments Args... to yield a result that is convertable to R. More...
#include <type_traits.hpp>
Determines whether F can be invoked with the arguments Args... to yield a result that is convertable to R.
Formally, determines whether INVOKE<R>(declval<F>(), declval<Args>()...)
is well-formed when treated as an unevaluated operand.
Definition at line 215 of file type_traits.hpp.