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

◆ action

template<typename... arguments_t>
using xtd::action = typedef delegate <void(arguments_t...)>

Represents a xtd::delegate that has variable parameters and does not return a value.

Header
#include <xtd/action>
Namespace
xtd
Library
xtd.core