17 #ifndef __UT_FUNCTION_H__
18 #define __UT_FUNCTION_H__
24 template<
typename R,
typename ... AS >
27 static constexpr
bool value =
false;
30 template<
typename R,
typename ... AS >
33 static constexpr
bool value =
true;
36 template<
typename T >
39 #endif // __UT_FUNCTION_H__
std::function< T > UT_Function