HikoGUI
A low latency retained GUI
|
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 |
|
inlineoverridevirtual |
Implements v1::function< Result(Arguments...)>.