Go to the source code of this file.
Namespaces | |
namespace | icl_core |
Functions | |
template<typename TTo , typename TFrom > | |
void | icl_core::convert (const TFrom &from, TTo &to) |
template<typename TTo , typename TFrom > | |
TTo | icl_core::convert (const TFrom &from) |
Generic concept for the conversion of objects between two objects of semantically compatible datatypes.
Definition in file Convert.h.