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

Represents the method that defines a set of criteria and determines whether the specified object meets those criteria. More...

#include "System/Func.h"
#include <type_traits>

Go to the source code of this file.

Classes

class  DotNetDupe::System::Predicate< T >
 Represents the method that defines a set of criteria and determines whether the specified object meets those criteria. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System

Detailed Description

Represents the method that defines a set of criteria and determines whether the specified object meets those criteria.

Modeled after .NET System.Predicate<T> (ECMA-335).

Definition in file Predicate.h.