Checks if a type can be called in general. More...
Inherits integral_constant< bool, detail::is_function_impl< std::remove_pointer< T >::type >::value >.
A Unary concept that checks if a function or type can be invoked through an operator()
.
T | Type to check. |
Definition at line 132 of file function.hpp.