HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
v1::detail::function_impl< Function, Result(Arguments...)> Class Template Referencefinal
Inheritance diagram for v1::detail::function_impl< Function, Result(Arguments...)>:
v1::function< Result(Arguments...)>

Public Types

using result_type = typename function<Result(Arguments...)>::result_type
Public Types inherited from v1::function< Result(Arguments...)>
using result_type = Result

Public Member Functions

template<typename Func>
 function_impl (Func &&func) noexcept
result_type operator() (Arguments... arguments) override

Member Function Documentation

◆ operator()()

template<typename Function, typename Result, typename... Arguments>
result_type v1::detail::function_impl< Function, Result(Arguments...)>::operator() ( Arguments... arguments)
inlineoverridevirtual

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