xtd 0.2.0
converter.hpp File Reference
#include "delegate.hpp"
#include "int32.hpp"

Definition

Contains xtd::converter alias.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Typedefs

template<class output_t , class input_t >
using xtd::converter = xtd::delegate< output_t(input_t input)>
 Represents a method that converts an object from one type to another type.