CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
predicate.h
1
3
#ifndef _aspose_system_predicate_h_
4
#define _aspose_system_predicate_h_
5
6
#include "system/multicast_delegate.h"
7
8
namespace
System
9
{
10
40
template
<
class
T>
41
using
Predicate
= MulticastDelegate<bool(T)>;
42
43
}
44
45
#endif
System
Definition:
db_command.h:9
System::Predicate
MulticastDelegate< bool(T)> Predicate
Represents a pointer to a predicate - an invokable entity that accepts a single argument and returns ...
Definition:
predicate.h:41
include
system
predicate.h
Generated by
1.9.4