[Documentation] [TitleIndex] [WordIndex

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

   1 #include <ecl/converters.hpp>
   2 
   3 // The error interfaces
   4 using ecl::Converter;


2024-06-15 12:55