xtd 0.2.0
Loading...
Searching...
No Matches

◆ func

template<typename result_t , typename... arguments_t>
using xtd::func = typedef delegate<result_t(arguments_t...)>

Represents a delegate that has variables parameters and returns a value of the type specified by the result_t type.

Namespace
xtd
Library
xtd.core