<> <> == Introduction == The converters here provide a _fast_ and _type-safe_ means of doing type conversion, but lack formatting capabilities. If you need formatting capabilities with conversion to text types, use the formatter classes provided in [[ecl_formatters]]. They're also used to provide generic conversions between existing classes. == Compiling & Linking == Include the following at the top of any translation unit: {{{ #!cplusplus #include // The error interfaces using ecl::Converter; }}} ## AUTOGENERATED DON'T DELETE ## CategoryPackage