xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
converter.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
delegate.hpp
"
6
#include "
int32.hpp
"
7
9
namespace
xtd
{
32
template
<
typename
output_t,
typename
input_t>
33
using
converter
= xtd::delegate<output_t(input_t input)>;
34
}
delegate.hpp
Contains xtd::delegate <result_t(arguments_t...)> delegate.
xtd::converter
xtd::delegate< output_t(input_t input)> converter
Represents a method that converts an object from one type to another type.
Definition
converter.hpp:33
int32.hpp
Contains xtd::int32 type.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.