Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
is_function Struct Reference

Simplified implementation of std::is_function. More...

Detailed Description

Simplified implementation of std::is_function.


A template that checks a type if it is a function pointer.

This class is based on std::is_function

Template Parameters
TType to check.
See also
false_type or true_type