xtd 0.2.0
func.hpp File Reference
#include "delegate.hpp"

Definition

Contains xtd::func delegate.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Typedefs

template<class result_t , class ... arguments_t>
using xtd::func = xtd::delegate< result_t(arguments_t... arguments)>
 Represents a delegate that has variables parameters and returns a value of the type specified by the result_t type.