CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
converter.h
1
3
#ifndef _aspose_system_converter_h_
4
#define _aspose_system_converter_h_
5
6
#include "system/multicast_delegate.h"
7
8
namespace
System
9
{
13
template
<
class
TInput,
class
TOutput>
14
using
Converter
= MulticastDelegate<TOutput(TInput)>;
15
}
16
17
#endif
System
Definition:
db_command.h:9
System::Converter
MulticastDelegate< TOutput(TInput)> Converter
Represents a pointer to the invokable entity that accepts a single argument of the TInput type and re...
Definition:
converter.h:14
include
system
converter.h
Generated by
1.9.4