xtd 0.2.0
converter.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "delegate.hpp"
6#include "int32.hpp"
7
9namespace xtd {
32 template<class output_t, class input_t>
33 using converter = xtd::delegate<output_t(input_t input)>;
34}
Contains xtd::delegate <result_t(arguments_t...)> delegate.
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
Contains xtd::int32 type.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10