Nui
Public Types | List of all members
Nui::Detail::FunctionTypesImpl< FunctionT > Struct Template Reference

#include <function_traits.hpp>

Public Types

using type = decltype(FunctionInferenceHelper(&FunctionT::operator()))
 
using return_type = decltype(FunctionInferenceHelperRet(&FunctionT::operator()))
 

Member Typedef Documentation

◆ return_type

template<typename FunctionT >
using Nui::Detail::FunctionTypesImpl< FunctionT >::return_type = decltype(FunctionInferenceHelperRet(&FunctionT::operator()))

◆ type

template<typename FunctionT >
using Nui::Detail::FunctionTypesImpl< FunctionT >::type = decltype(FunctionInferenceHelper(&FunctionT::operator()))

The documentation for this struct was generated from the following file: