All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::Function< T > Struct Template Reference

Checks if a type can be called in general. More...

Inherits integral_constant< bool, detail::is_function_impl< std::remove_pointer< T >::type >::value >.

Detailed Description

template<typename T>
struct gears::concepts::Function< T >

A Unary concept that checks if a function or type can be invoked through an operator().

Template Parameters
TType to check.

Definition at line 132 of file function.hpp.