Nui
|
#include <function_traits.hpp>
Public Types | |
using | type = decltype(FunctionInferenceHelper(&FunctionT::operator())) |
using | return_type = decltype(FunctionInferenceHelperRet(&FunctionT::operator())) |
using Nui::Detail::FunctionTypesImpl< FunctionT >::return_type = decltype(FunctionInferenceHelperRet(&FunctionT::operator())) |
using Nui::Detail::FunctionTypesImpl< FunctionT >::type = decltype(FunctionInferenceHelper(&FunctionT::operator())) |