DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
Action.h File Reference

Encapsulates a delegate method that has parameters and returns void. More...

#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

class  DotNetDupe::System::Action< Arg1, Args... >
class  DotNetDupe::System::Action<>
struct  DotNetDupe::System::Internal::ActionHolder< F, Args >
 Concrete wrapper holding a callable functor or lambda instance. More...
struct  DotNetDupe::System::Internal::IActionHolder< Args >
 Type-erased polymorphic interface for invocable action delegates. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Internal

Detailed Description

Encapsulates a delegate method that has parameters and returns void.

Standard Citation: ECMA-335 CLI Common Language Infrastructure.

Definition in file Action.h.